On linux you can globally set the LD_LIBRARY_PATH by editing the /etc/ld.so.conf fiile to include the directory you want and then running 'ldconfig'. Alternatively you can set your shell-specific profile (.bash_profile,.profile, /etc/profile, etc) to define the LD_LIBRARY_PATH you want.




Reply With Quote