[opensuse-kde] Wrong library dependencies of strigi/libstrigi0 on 11.1
Hi, I use KDE 4.3beta from KDE:KDE4:Factory:Desktop repo on openSUSE 11.1. The strigiclient command try to loads two non-existent shared files: * libstreamindexer.so.0 * libbz2.so.1.0 I fixed it using symlink: ln -sf /usr/lib/libstreams.so.0 /usr/lib/libstreamindexer.so.0 ln -sf /usr/lib/libbz2.so /usr/lib/libbz2.so.1.0 But especially in a first case I don't know if it's correct. Installed packages: $ rpm -q strigi libstrigi0 bzip2 strigi-0.6.5-24.1 libstrigi0-0.6.5-24.1 bzip2-1.0.5-34.5 Regards Michal Vyskocil -- To unsubscribe, e-mail: opensuse-kde+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kde+help@opensuse.org
Dne pátek 29 Květen 2009 14:22:07 Michal Vyskocil napsal(a):
Hi,
I use KDE 4.3beta from KDE:KDE4:Factory:Desktop repo on openSUSE 11.1. The strigiclient command try to loads two non-existent shared files: * libstreamindexer.so.0 * libbz2.so.1.0
I fixed it using symlink: ln -sf /usr/lib/libstreams.so.0 /usr/lib/libstreamindexer.so.0 ln -sf /usr/lib/libbz2.so /usr/lib/libbz2.so.1.0
But especially in a first case I don't know if it's correct.
It was correct for strigiclient, but strigidameon returns a following error: $ strigidaemon strigidaemon: symbol lookup error: strigidaemon: undefined symbol: _ZTVN8jstreams20IndexerConfigurationE Regards Michal Vyskocil -- To unsubscribe, e-mail: opensuse-kde+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kde+help@opensuse.org
participants (1)
-
Michal Vyskocil