For each user, set the following environment variables:
setenv PATH${INFORMIXDIR}/bin:${PATH}PATH=$INFORMIXDIR/bin:$PATH export PATH
You must set INFORMIXDIR and add INFORMIXDIR/bin to the PATH for each user.
On character-based systems, the termcap file and terminfo directory determine terminal-dependent keyboard and screen capabilities, such as the operation of function keys, color and intensity attributes in screen displays, and the definition of window borders and graphic characters.
| Platform | Environment Variable |
|---|---|
| AIX | LIBPATH |
| HP-UX | SHLIB_PATH |
| Solaris and most other platforms | LD_LIBRARY_PATH |
For example, on Solaris, set this environment variable as follows:
LD_LIBRARY_PATH=$INFORMIXDIR/lib:$LD_LIBRARY_PATH export LD_LIBRARY_PATH
setenv LD_LIBRARY_PATH${INFORMIXDIR}/lib:
\${LD_LIBRARY_PATH}