Specifies the paths to search for shared libraries on UNIX platforms.
Syntax
LD_LIBRARY_PATH=<path to folder>
Usage and examples
To search for shared libraries on UNIX platforms, you must add the paths to the necessary folders in LD_LIBRARY_PATH (is obligatory):
LD_LIBRARY_PATH=$INFORMIXDIR/lib:$INFORMIXDIR/lib/esql
LD_LIBRARY_PATH applies both at compilation and at runtime, so it must be set in inet.env, in env.properties, and in environ.bat.
On Windows, use PATH to search for shared libraries.