SQL Anywhere 10.0.1
» SQL Anywhere Server - Database Administration
» SQL Anywhere Environment Variables
» Introduction to SQL Anywhere environment variables
LD_LIBRARY_PATH environment variable [Linux and Solaris]
Specifies the directories that are searched at run time for libraries required by SQL Anywhere applications on Linux and Solaris.
Syntax
LD_LIBRARY_PATH=path-list
Default
-
/opt/sqlanywhere10/lib32 (32-bit platforms)
-
/opt/sqlanywhere10/lib64 (64-bit platforms)
Remarks
The sa_config.sh and sa_config.csh files, created by the installer, are scripts that create or modify this and other environment variables.
See also