Version: 4.5.3 (using KDE 4.6.0) OS: Linux From a exterm start kmymoney. ERROR: kmymoney: symbol lookup error: /usr/lib64/libkhtml.so.5: undefined symbol: _ZN6Phonon11VideoPlayer5eventEP6QEvent Reproducible: Always Steps to Reproduce: just start it in a terminal window Actual Results: kmymoney: symbol lookup error: /usr/lib64/libkhtml.so.5: undefined symbol: _ZN6Phonon11VideoPlayer5eventEP6QEvent Expected Results: It should not report an error and come up I did try linking it to a 4 version and that complained also. This was on a openSuSE 11.4 version. So I downloaded and compiled it with the same result after installing. If you need please contact n5xwb@comcast.net
It's complaining about a missing libphonon. On my opensuse x64 this is called libphonon4-4.4.4-3.1.x86_64. Please report back if that solves the issue.
On 06/24/2011 01:30 PM, Thomas Baumgart wrote: > https://bugs.kde.org/show_bug.cgi?id=276399 > > > > > > --- Comment #1 from Thomas Baumgart<ipwizard users sourceforge net> 2011-06-24 18:30:23 --- > It's complaining about a missing libphonon. On my opensuse x64 this is called > libphonon4-4.4.4-3.1.x86_64. Please report back if that solves the issue. > You are correct about libphonon4 but it is coming from libkhtml.so.5 kmymoney: symbol lookup error: /usr/lib64/libkhtml.so.5: undefined symbol: _ZN6Phonon11VideoPlayer5eventEP6QEvent
Yes, but that is not a KMyMoney library either. I have KMyMoney running in the same environment (opensuse 11.4) and see the following: thb@thb-nb:~/devel/kmymoney4> ldd /usr/bin/kmymoney | grep khtml libkhtml.so.5 => /usr/lib64/libkhtml.so.5 (0x00007f42a3475000) thb@thb-nb:~/devel/kmymoney4> ldd /usr/bin/kmymoney | grep phonon libphonon.so.4 => /usr/lib64/libphonon.so.4 (0x00007fea17bc4000)