_RLD_LIB_PATH
The
_RLD_LIB_PATH
environment variable specifies the library path for DLLs. You need to use this environment variable if you use user DLLs. You can specify one or more directories as required. Separate each directory in the list by using a colon (:). Set this environment variable as follows:
export _RLD_LIB_PATH=dll_path[:dll_pathn]...
where,
dll-path
and
dll-pathn
are the directories where the user DLLs reside.
For example,
export _RLD_LIB_PATH=/home/me/mydll

