Robert Osfield wrote:
It's curious one would create a /usr/local/lib64 and then not provide
a library path to it...

Can any RedHat/CentOS/Fedora users tell use what /etc/ld.so.conf and
/etc/ld.so.conf.d contain w.r.t pulling in /usr/local/lib?

No reference to /usr/local/lib on Fedora 6 or RHEL 5. Here's the entire contents of the relevant files from a RHEL 5 box:

cat /etc/ld.so.conf
include ld.so.conf.d/*.conf

ls /etc/ld.so.conf.d/
qt-i386.conf

cat /etc/ld.so.conf.d/qt-i386.conf
/usr/lib/qt-3.3/lib


I've actually installed software into /usr/local/bin on my Fedora 6 box that relied on companion libraries in /usr/local/lib, and had to adjust my LD_LIBRARY_PATH to get them to run.

--"J"
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to