15 Jul
2009
15 Jul
'09
11:46 a.m.
Thomas Bächler wrote:
bardo schrieb:
Hi guys. Yesterday I rebuild mldonkey since it depended on libjpeg. On x86_64 there are no problems, and everything works as expected; this is not the case for i686, where there's a strange problem:
[root@plafone ~]# ldd /usr/bin/mldonkey | grep libjpeg libjpeg.so.7 => /usr/lib/libjpeg.so.7 (0xb7f1c000) libjpeg.so.62 => not found
Do not consult ldd here, but readelf -d. I suspect this will only show .so.7. ldd works recursively when resolving link dependencies.
If a full update does not help, you might want to try lddd from devtools to try and find what is still using libjpeg6. Allan