jks wrote:
> 
> Hello all,
> 
> For some reason I keep getting a "cannot open shared object file" error, even
> though I have added the library location (/usr/local/lib) to ld.so.conf.  I
> did export LD_DEBUG=libs and got the output listed below, indicating that
> /usr/local/lib is not being searched, even though I added it to ld.so.conf.

Just cuz it's in ld.so.conf doesn't mean that the current
invocation of ld.so knows about it.  It has to reload the
info.  do a man on ldconfig.

_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool

Reply via email to