You are not logged in.

1

Saturday, September 6th 2003, 5:36am

Kmail problem - with relocation error: kmail: undefined symb

Hello buddies, I have the same problem according http://www.kde-forum.org/viewtopic.php?t=553&highlight=kmail+problem

I try to install libstdc++ by apt-get install libstdc++*, and after the Kmail didn'd open, with the same mensage. Somebody has any solution or a suggestion?
"We're eternal novices"!

m4ktub

Intermediate

Posts: 257

Location: Lisbon, Portugal

Occupation: Software Engineer

  • Send private message

2

Monday, September 8th 2003, 11:21pm

Try to do
[code:1]
apt-get update
apt-get install kmail
[/code:1]
preferably from the same source than libstdc++.

You can also do [code:1]apt-get check[/code:1] to see if apt-get automaticly detects any conflicts.

3

Tuesday, September 9th 2003, 1:25am

Really thank you for your reply, after I put apt-get -f update , I try apt-get -f install kmail and see what's happend:

" root@daredevil:/home/knoppix# apt-get -f install kmail
Reading Package Lists... Done
Building Dependency Tree... Done
You might want to run `apt-get -f install' to correct these:
Sorry, but the following packages have unmet dependencies:
kmail: Depends: libpcre3 (>= 4.0) but 3.4-1.1 is to be installed
Depends: libqt3c102-mt (>= 3:3.1.1) but it is not going to be installed
qt-designer: Depends: libqt2 (>= 3:2.3.1-1) but it is not going to be installed
Depends: libqutil1 (>= 3:2.3.1-1) but it is not going to be installed
Depends: uic
Depends: libqt-dev but it is not going to be installed
superkaramba: Depends: python2.2 (>= 2.1.99) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution). "

So, I tried apt-get -f check and I got the same erros, so I tried apt-get -f install and I got this:

"root@daredevil:/home/knoppix# apt-get -f install
Reading Package Lists... Done
Building Dependency Tree... Done
Correcting dependencies... Done
The following extra packages will be installed:
libqt2 libqt3c102-mt libqutil1 libxcursor1 uic
The following packages will be REMOVED:
ark arts k3b kappfinder kate kcalc kcharselect kcmlinuz kcontrol kcron kdat kdeadmin kdeadmin-kfile-plugins kdebase-bin
kdebase-kio-plugins kdelibs-bin kdelibs4 kdenetwork kdenetwork-kfile-plugins kdepasswd kdesktop kdessh kdeutils kdf kdict kdm kedit kfind
kfloppy kget kgpgcertmanager khelpcenter khexedit kicker kit kjots klaptopdaemon kmail kmailcvt kmenuedit knewsticker knode koffice-libs
konq-plugins konqueror konqueror-nsplugins konsole kontour kopete korn kpackage kpager kpf kppp krdc krfb kscreensaver ksim ksirc
ksmserver ksnapshot ksplash kspread ksysguard ksysv ktalkd ktimer ktip kuser kview kwin kword kxconfig kxmlrpc libarts1 libartsc0
libkdenetwork2 libkonq4 libkregexpeditor libqt3-mt lisa qt-designer qtparted secpolicy sim-kde3 superkaramba
The following NEW packages will be installed:
libqt2 libqt3c102-mt libqutil1 libxcursor1 uic
The following held packages will be changed:
libqt2
0 packages upgraded, 5 newly installed, 86 to remove and 62 not upgraded.
2 packages not fully installed or removed.
Need to get 5094kB of archives. After unpacking 131MB will be freed.
Do you want to continue? [Y/n]"

I know if I put "yes", i cannot access my KDE desktop (because I've tried this), so this is my dilema ... What can I do ?
"We're eternal novices"!