LD_LIBRARY_PATH environment variable (UNIX)

The LD_LIBRARY_PATH environment variable tells the shell on Solaris systems which directories to search for client or shared HCL OneDB™ general libraries. You must specify the directory that contains your client libraries before you can use the product.

1  setenv LD_LIBRARY_PATH $PATH: + : pathname
pathname
Specifies the search path for the library.

For INTERSOLV DataDirect ODBC Driver on AIX®, set LIBPATH. For INTERSOLV DataDirect ODBC Driver on HP-UX, set SHLIB_PATH.

The following example sets the LD_LIBRARY_PATH environment variable to the directory:
setenv LD_LIBRARY_PATH
${ONEDB_HOME}/lib:${ONEDB_HOME}/lib/esql:$LD_LIBRARY_PATH