14 9 / 2011
Linux: Set OR Change The Library Path
In short:
vim /etc/ld.so.conf.d/centos.conf
add the following path:
/usr/local/lib
to activate path:
ldconfig
to verify path:
ldconfig -v | grep /usr/local/lib
Enjoy!
(Source: cyberciti.biz)
-
azrad posted this