On Unix, SQL Anywhere programs, including the database server and administration utilities, can perform a more extensive search for required files such as DLLs or shared libraries. In these cases, SQL Anywhere programs look for files in the following order:
The executable path (if it can be determined).
The SQL Anywhere installation path is a single directory specified by the $SQLANY12 environment variable if it is defined.
No path (the current working directory).
$HOME/.sqlanywhere12 directory
The PATH environment variable.
The LIBPATH environment variable:
On Unix, SQL Anywhere searches the following paths relative to each location in the preceding list:
.
..
./bin32 and ../bin32 (32-bit programs only)
./bin64 and ../bin64 (64-bit programs only)
./lib32 and ../lib32 (library files for 32-bit programs only)
./lib64 and ../lib64 (library files for 64-bit programs only)
./java (for Java-related files)
../java (for Java-related files)
./scripts (for SQL script files)
../scripts (for SQL script files)
./res (for .res files)
../res (for .res files)
./tix (for .tix files)
../tix (for .tix files)
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |