A Blog about technology, linux, peer2peer, cool new downloads and software development.

Sunday, May 16, 2010

how to permanently configure the system LD_LIBRARY_PATH

example :
vim /etc/ld.so.conf
[add the line to the end of the file]
/usr/local/lib
:w

ldconfig -v
check
ldconfig -p

No comments: