Bug 276399 - kmymoney 4.5.3 fails on openSuSE 11.4 on lib /usr/lib64/libkhtml.so.5
Summary: kmymoney 4.5.3 fails on openSuSE 11.4 on lib /usr/lib64/libkhtml.so.5
Status: RESOLVED WORKSFORME
Alias: None
Product: kmymoney
Classification: Applications
Component: general (show other bugs)
Version: 4.5.3
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: KMyMoney Devel Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-24 17:41 UTC by Donn Washburn
Modified: 2011-06-25 05:05 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Donn Washburn 2011-06-24 17:41:50 UTC
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
Comment 1 Thomas Baumgart 2011-06-24 18:30:23 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.
Comment 2 Donn Washburn 2011-06-24 21:03:05 UTC
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
Comment 3 Thomas Baumgart 2011-06-25 05:05:29 UTC
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)