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_LATH=$SHLIB_PATH:/opt/CA/AccessControlShared/lib
| Copyright © 2012 CA. All rights reserved. |
|