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=/opt/Querix/Lycia/lib:/opt/Querix/Common/lib:/opt/Querix/Lycia/axis2/lib
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.
Related articles: