shared libraries (not working ld.so.conf.d)

Jakub Jelinek jakub at redhat.com
Tue Apr 14 09:32:52 UTC 2009


On Tue, Apr 14, 2009 at 11:20:50AM +0200, David Hláčik wrote:
> 2) gimp
> 
> [root at david ~]# ldd /usr/bin/gimp |grep libcairo
>     libcairo.so.2 => /usr/lib64/libcairo.so.2 (0x00000032ee800000) ->
> Totally WRONG

readelf -d /usr/bin/gimp | grep RPATH
 0x000000000000000f (RPATH)              Library rpath: [/usr/lib64]

DT_RPATH/DT_RUNPATH take precedence over ld.so.cache (and slow things down),
most likely it is just a libtool screwing things up like it does for many
other programs.  Die libtool die.

	Jakub




More information about the users mailing list