Previous Topic: Troubleshoot the Report Agent on a Windows ComputerNext Topic: Troubleshoot the Distribution Server


Library Path Environment Variable Example

The following example sets and exports the library path environment variable on a Linux or Solaris computer:

LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/opt/CA/AccessControlShared/lib
export LD_LIBRARY_PATH

The following example sets and exports the library path environment variable on an AIX computer:

export LIBPATH=$LIBPATH:/opt/CA/AccessControlShared/lib

The following example sets and exports the library path environment variable on an HP-UX computer:

export SHLIB_PATH=$SHLIB_PATH:/opt/CA/AccessControlShared/lib