On Fri, 18 Feb 2000 [EMAIL PROTECTED] wrote:
> How do I tell the system to use /usr/local/lib as well as /usr/local

  As root, edit the file /etc/ld.so.conf, and include all the paths you want
ld.so (the dynamic loader) to search.  For example, on my system, I have:

        /usr/X11R6/lib
        /usr/lib
        /usr/i486-linux-libc5/lib
        /usr/lib/qt-2.0.1/lib
        /usr/lib/qt-1.44/lib
        /usr/local/lib

Save, exit, and run "ldconfig" (no arguments) to update /etc/ld.so.cache
(which the loader uses to find libraries).  That should do it.

  Hope this helps!

-- 
Ben Scott
[EMAIL PROTECTED]


**********************************************************
To unsubscribe from this list, send mail to
[EMAIL PROTECTED] with the following text in the
*body* (*not* the subject line) of the letter:
unsubscribe gnhlug
**********************************************************

Reply via email to