Environment Variables

Add the following environment variables for EVM home and shared library files:

EVM_HOME=/opt/CPQevm

LD_LIBRARY_PATH=/opt/CPQevm/lib

The variables above are shown in Bourne shell syntax and assume that the default paths were accepted when EVM was installed. Modify as appropriate if another shell is used or if EVM was installed in another directory.

Add $EVM_HOME/bin to the PATH variable.

If desired, you can modify the .profile or .cshrc files to make these changes permanent. For more information on setting environment variables, see the env and setenv man pages and the man page for the appropriate shell.