xxxxxxxxxx
LD_LIBRARY_PATH=/full/path/to/library/directory:${LD_LIBRARY_PATH}
export LD_LIBRARY_PATH
xxxxxxxxxx
LD_LIBRARY_PATH=/full/path/to/library/directory
export LD_LIBRARY_PATH
xxxxxxxxxx
setenv LD_LIBRARY_PATH /full/path/to/library/directory:${LD_LIBRARY_PATH}