ldconfig issue after compiling and installing software

Richard Scobie r.scobie at clear.net.nz
Fri Mar 16 03:35:37 UTC 2012


Hi Steven,

Steven Oliver wrote:

> And I updated ld.so.conf to include /usr/local/lib before running ldconfig:
> 
> root at odrade:/etc $ cat ld.so.conf
> include ld.so.conf.d/*.conf
> include /usr/local/lib

You are close :)

Remove your added include and create a file called "local.conf" or 
something similar, in /etc/ld.so.conf.d, containing the following line, 
or lines if you are running 64 bit:

/usr/local/lib
/usr/local/lib64

and run ldconfig again.

Regards,

Richard


More information about the users mailing list