Was this helpful?
Set Up the Local Environment
Any local user of the installation needs to have II_SYSTEM defined and included in the binary and shared library path.
To set up the local environment
1. Set your path appropriately.
For C shell:
% set path=($II_SYSTEM/ingres/{bin,utility} $path)
% rehash
For Bourne shell:
$ PATH=$II_SYSTEM/ingres/utility:$II_SYSTEM/ingres/bin: $PATH
$ export PATH
2. If your platform uses shared libraries, add the $II_SYSTEM/ingres/lib directory to your shared library path to enable Ingres utilities to use these libraries. In the following syntax, lib_variable is the library variable (see the Release notes for the name of the library variable for your platform; common names are: (LD_LIBRARY_PATH, LIBPATH, or SHLIB_PATH).
For C shell:
% setenv lib_variable /lib:$II_SYSTEM/ingres/lib:
$ lib_variable
For Bourne shell:
$ lib_variable=/lib:$II_SYSTEM/ingres/lib: $lib_variable
$ export lib_variable
Last modified date: 08/22/2022