Autor |
Nachricht |
|
Titel: Konqueror error
Verfasst am: 19.09.2006, 00:05 Uhr
|
|
Anmeldung: 14. Feb 2006
Beiträge: 73
|
|
I received the following error when opening Konqueror:
could not find
Libkhtml.so.4
How do I find a new one? What has gone wrong? |
_________________ Guerilla Penguinista
|
|
|
|
 |
|
Titel: RE: Konqueror error
Verfasst am: 19.09.2006, 01:18 Uhr
|
|
Anmeldung: 14. Feb 2006
Beiträge: 73
|
|
to follow up a bit the error message is this:
/usr/lib/libkhtml.so.4: undefined symbol: _ZN9KLineEdit13focusOutEventEP11QFocusEvent
How do I replace libkhtml.so.4 or fix the one I have? |
_________________ Guerilla Penguinista
|
|
|
|
 |
|
Titel: RE: Konqueror error
Verfasst am: 19.09.2006, 01:31 Uhr
|
|
Anmeldung: 13. Mai 2005
Beiträge: 732
Wohnort: Texas
|
|
re-install kdelibs4c2a |
_________________ Always acknowledge a fault. This will throw those in authority off their guard and give you an opportunity to commit more.
Mark Twain
|
|
|
|
 |
|
Titel: RE: Konqueror error
Verfasst am: 19.09.2006, 07:10 Uhr
|
|

Anmeldung: 05. Dez 2005
Beiträge: 414
Wohnort: Auckland, New Zealand
|
|
I was wondering to myself "how would I have figured that out?" ... and I eventually found out how to tell what package libkhtml.so.4 is part of:
Code:
dpkg -S libkhtml.so.4
... shows that it is part of the package "kdelibs4c2a".
Is this a cunning way to do it?
Sometimes I have to install a package that's not in the repos (and so I can't apt-get it) but when I run it, it says "foobar.xy.z" not found. How would I find out what package "foobar.xy.z" is part of, so then I could install that via apt-get? I bet someone will say "do a search of the debian packages site" ... ok then ... hey it works ... I tried it with libkhtml.so.4, go to:
http://www.debian.org/distrib/packages
and under "Search the contents of packages" put "libkhtml.so.4" as the keyword, and change the Distribution to unstable, and it says that it's part of the package "kdelibs4c2a" ... thanks, whoever you are! |
_________________ Linux is evolution, not intelligent design - Linus Torvalds
|
|
|
|
 |
|
Titel: RE: Konqueror error
Verfasst am: 19.09.2006, 12:55 Uhr
|
|
Anmeldung: 13. Mai 2005
Beiträge: 732
Wohnort: Texas
|
|
It is probably installed already but if not try kio-apt.
It's in the kanotix repos. (Install fine of course on debian sid as well)
then in konqueror type
apt:/
It's a handy little tool. Helps out to because the debian search page if often down. |
_________________ Always acknowledge a fault. This will throw those in authority off their guard and give you an opportunity to commit more.
Mark Twain
|
|
|
|
 |
|
Titel: Konqueror error solved
Verfasst am: 20.09.2006, 00:55 Uhr
|
|
Anmeldung: 14. Feb 2006
Beiträge: 73
|
|
Well, wound up having to reinstall KDE. The error refused to fix itself even with the reinstallation of the corrupted libraries. Reinstallation of KDE, although a newer version, fixed it. I will attempt my first dist-upgrade this weekend, hope to fix other potential errors. You really do have to be very careful about the apps you install.....but it is much easier to fix than MS. I broke XP on a regular basis, but reinstallation/fixing it took much longer.
Thanks for all the help. |
_________________ Guerilla Penguinista
|
|
|
|
 |
|
Titel: RE: Konqueror error solved
Verfasst am: 20.09.2006, 02:37 Uhr
|
|
Anmeldung: 08. Dez 2005
Beiträge: 300
|
|
That problem can occur if you get a package from an unofficial repo. It is also possible the library was either compiled with a different version compiler than what the KDE you have installed was built with and linked with diff version other code modules. |
|
|
|
|
 |
|