[jeroen@anduril cairo]$ freetype-config --libs -L/usr/lib64 -Wl,--rpath -Wl,/usr/lib64 -lfreetype -lz [jeroen@anduril cairo]$ which freetype-config /usr/bin/freetype-config [jeroen@anduril cairo]$ rpm -qf /usr/bin/freetype-config freetype-devel-2.1.9-3 The "--rpath" in there is causing me immense grief. Gnome 2.11 built using jhbuild refuses to listen to LD_LIBRARY_PATH and instead links to the libs in /usr/lib64. freetype-config should not be specifying a runpath. The runpath takes precedent over LD_LIBRARY_PATH.
The freetype-devel rpm that i have installed comes from a rebuild of the source rpm from Fedora. Why that contains the --rpath parameter is beyond me.
The freetype2-devel rpm from rawhide also contains the --rpath param.
Jeroen, this is fixed, right ?
Yep, thanks.