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 IBM® Informix® general libraries. You must specify the directory that contains your client libraries before you can use the product.
Read syntax diagramSkip visual syntax diagram
                                    .-:--------.   
                                    V          |   
>>-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
${INFORMIXDIR}/lib:${INFORMIXDIR}/lib/esql:$LD_LIBRARY_PATH