setting lib path

1998-09-05 Thread Kenneth Scharf
I think you might have to add /usr/local/lib to your shell path variable. I just installed a program that has a dynamically linked library. I placed the lib in /usr/local/lib and added /usr/local/lib/ to /etc/ld.so.conf and ran ldconfig as

setting lib path

1998-09-04 Thread John Maheu
I just installed a program that has a dynamically linked library. I placed the lib in /usr/local/lib and added /usr/local/lib/ to /etc/ld.so.conf and ran ldconfig as root. However, the lib wasn't found, but putting the lib in /lib works fine. What more should I do to get /usr/local/lib searched by