Tuesday, December 13, 2011

setting ld_library_path

How to set the LD_LIBRARY_PATH in UNIX/Linux:
Additional directories can be added to the link path using the environment variable LIBRARY_PATH. For example, the following commands will add ‘/opt/my-lib’ to the link path: 

$ LIBRARY_PATH=/opt/3rd-Apps/lib
$ export LIBRARY_PATH


No comments:

Post a Comment