A. Installing Ingres on UNIX : Post-Installation Tasks : How You Establish User Access to Tools and Databases : Edit User Login File to Set Up Shared Library Paths
 
Share this page                  
Edit User Login File to Set Up Shared Library Paths
To support shared libraries on your operating system, include the following command in each user’s path. For the name of the library variable (lib_variable) for your platform--for example, LD_LIBRARY_PATH, LD_LIBRARY_PATH_64, LIBPATH, SHLIB_PATH, or SH_LIB_PATH--see the Readme.
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