On Fri, 18 Feb 2000 [EMAIL PROTECTED] wrote:

> 
> 
> I'm trying to get GTK-Transcript operating, and have a problem with
> the libraries.  It loads its libraries to /usr/local/lib on install,
> which strikes me as a good place to put non-distro libraries (save
> /usr/lib for the main ones).  However, when I start the program, it
> can't find its main library (libgtrans_ifase.so.0).  ldd shows that
> it's not managing to link it.  Running ldd on several programs, it
> looks like the system is not looking at /usr/local/lib to find
> libraries. How do I tell the system to use /usr/local/lib as well as
> /usr/local?  I know it is probably a simple config issue, but I can't
> figure it out, and my reference books are all at home.

Fortunately, on Linux fixing that is relatively easy.  Just add a line
containing the directory /usr/local/lib to your /etc/ld.so.conf file, and
then run ldconfig.

  ldconfig -v

The output of that command should include a list of libraries in
/usr/local/lib, so you can see that it is finding it (you'll probably want
to pipe the output through less so you can watch for it).

-- 
"Quis custodiet ipsos custodes?"    "Who watches the watchmen?" 
-Juvenal, Satires, VI, 347 

Derek D. Martin      |  Senior UNIX Systems/Network Administrator
Arris Interactive    |  A Nortel Company
[EMAIL PROTECTED]  |  [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