Home | Previous Page | Next Page   Environment Variables > Environment Variables >

LD_LIBRARY_PATH (UNIX)

The LD_LIBRARY_PATH environment variable tells the shell on Solaris systems which directories to search for client or shared 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 desired directory:

setenv LD_LIBRARY_PATH
${INFORMIXDIR}/lib:${INFORMIXDIR}/lib/esql:$LD_LIBRARY_PATH
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]