You are not logged in.

#1 2011-10-29 14:23:54

gerald82
Member
From: The known universe
Registered: 2011-03-25
Posts: 83

[SOLVED] Phonon and libkhtml

Hello,

Due to delay in hardware repair, I did not update my Arch box since early september.
Now I have the machine back and updated my installation.

All seems well, except for one problem that I don't understand:
Since the updates were installed, I get the following error message from various KDE applications:

symbol lookup error: /usr/lib/libkhtml.so.5: undefined symbol: _ZN6Phonon19AbstractMediaStream8needDataEx

The message is thrown by Konqueror, but also by many other applications at startup (most important: Kile, which I really need for work).
Except for Konqueror this leads to non-starting applications.

I have installed the phonon-gstreamer backend as well as the phonon-mplayer-git backend. I also tried installing the phonon-vlc backend.
Can somebody point me to the reason of the error?

Last edited by gerald82 (2011-10-29 16:30:01)

Offline

#2 2011-10-29 15:45:10

denisfalqueto
Member
From: ES, Brazil
Registered: 2006-03-24
Posts: 197

Re: [SOLVED] Phonon and libkhtml

Google results show that kind of problem is related to incompatible versions of kdelibs and phonon. Are you sure your update was successful? Maybe phonon got stuck in an old version for some reason. Could you check with pacman -Q | grep -i phonon?


Satisfied users don't rant, so you'll never know how many of us there are.

Offline

#3 2011-10-29 15:54:33

gerald82
Member
From: The known universe
Registered: 2011-03-25
Posts: 83

Re: [SOLVED] Phonon and libkhtml

denisfalqueto wrote:

Google results show that kind of problem is related to incompatible versions of kdelibs and phonon. Are you sure your update was successful? Maybe phonon got stuck in an old version for some reason. Could you check with pacman -Q | grep -i phonon?

Thanks for the answer, help is very appreciated.
Didn't notice any errors during the update process.
Here's the installed versions:

pacman -Q | grep -i phonon
phonon 1:4.5.1-1
phonon-gstreamer 4.5.1-1
phonon-mplayer-git 20111025-1

Also kdelibs:

pacman -Q | grep -i kdelibs
kdelibs 4.7.2-2

Offline

#4 2011-10-29 16:06:36

denisfalqueto
Member
From: ES, Brazil
Registered: 2006-03-24
Posts: 197

Re: [SOLVED] Phonon and libkhtml

Could you check if /usr/lib/libkhtml.so.5 is linking to /usr/lib/libkhtml.so.5.7.0? I have kdelibs from testing, but the .so version must be the same.


Satisfied users don't rant, so you'll never know how many of us there are.

Offline

#5 2011-10-29 16:13:41

gerald82
Member
From: The known universe
Registered: 2011-03-25
Posts: 83

Re: [SOLVED] Phonon and libkhtml

denisfalqueto wrote:

Could you check if /usr/lib/libkhtml.so.5 is linking to /usr/lib/libkhtml.so.5.7.0? I have kdelibs from testing, but the .so version must be the same.

Indeed:

ls -l libkhtml*
lrwxrwxrwx 1 root root      13 Oct  9 20:03 libkhtml.so -> libkhtml.so.5
lrwxrwxrwx 1 root root      17 Oct  9 20:03 libkhtml.so.5 -> libkhtml.so.5.7.0
-rwxr-xr-x 1 root root 7886264 Oct  9 20:03 libkhtml.so.5.7.0

Offline

#6 2011-10-29 16:21:38

student975
Member
From: Russian Federation
Registered: 2011-03-05
Posts: 616

Re: [SOLVED] Phonon and libkhtml

kdelibs is 4.7.2-4 now.


"I exist" is the best myth I know..

Offline

#7 2011-10-29 16:21:58

arojas
Developer
From: Spain
Registered: 2011-10-09
Posts: 2,303

Re: [SOLVED] Phonon and libkhtml

Update again, you need kdelibs 4.7.2-4 which is built with phonon 4.5.1

Offline

#8 2011-10-29 16:29:33

gerald82
Member
From: The known universe
Registered: 2011-03-25
Posts: 83

Re: [SOLVED] Phonon and libkhtml

Okay, updating to kdelibs 4.7.2-4 did it.
Thank you everyone!

Offline

Board footer

Powered by FluxBB