Summary: | kmymoney 4.5.3 fails on openSuSE 11.4 on lib /usr/lib64/libkhtml.so.5 | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | Donn Washburn <n5xwb> |
Component: | general | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 4.5.3 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Donn Washburn
2011-06-24 17:41:50 UTC
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) |