[Bug 305501] [NEW] libkhtml shared library misses a dependency on libkjs
Andres Freund
andres at anarazel.de
Fri Dec 5 15:11:08 UTC 2008
Public bug reported:
Binary package hint: kdelibs
Version: kdelibs4c2a as of 4:3.5.10.dfsg.1-1ubuntu4
libkhtml.so.4 uses the symbol _ZN3KJS9ObjectImp4markEv:
$ objdump -Tt /usr/lib/libkhtml.so.4|grep _ZN3KJS9ObjectImp4markEv:
0000000000000000 D *UND* 0000000000000000 _ZN3KJS9ObjectImp4markEv
which is provided by libkjs.so.1
$ objdump -Tt /usr/lib/libkjs.so.1|grep _ZN3KJS9ObjectImp4markEv
000000000002b310 g DF .text 0000000000000074 Base _ZN3KJS9ObjectImp4markEv
but ldd of libkhtml shows:
$ ldd /usr/lib/libkhtml.so.4|grep libkjs
nothing relevant.
Due to this applications using libkhtml like amarok are not able to
start. When LD_PRELOAD'ing libkjs.so.1 everything works.
Andres
** Affects: kdelibs (Ubuntu)
Importance: Undecided
Status: New
--
libkhtml shared library misses a dependency on libkjs
https://bugs.launchpad.net/bugs/305501
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdelibs in ubuntu.
More information about the kubuntu-bugs
mailing list