Mailinglist Archive: opensuse-kde (112 mails)
| < Previous | Next > |
Re: [opensuse-kde] Wrong library dependencies of strigi/libstrigi0 on 11.1
- From: Michal Vyskocil <mvyskocil@xxxxxxx>
- Date: Fri, 29 May 2009 14:25:44 +0200
- Message-id: <200905291425.44922.mvyskocil@xxxxxxx>
Dne pátek 29 Květen 2009 14:22:07 Michal Vyskocil napsal(a):
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@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-kde+help@xxxxxxxxxxxx
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@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-kde+help@xxxxxxxxxxxx
| < Previous | Next > |