Documentation Archive Developer
Search
PATH  Documentation > WebObjects 4.5 > Post Install Guide

   

Setting the LPATH and SHLIB_PATH Environment Variables

Set the LPATH environment variable to an appropriate value for your installation, with the following prepended to it (enter the following all on one line):

$NEXT_ROOT/Local/Developer/Libraries:$NEXT_ROOT/ Developer/Libraries:$NEXT_ROOT/Local/Library/ Executables:$NEXT_ROOT/Library/Executables:$NEXT_ROOT/ Library/JDK/lib

Also set the SHLIB_PATH to the value of LPATH with:

setenv SHLIB_PATH "$LPATH"


© 1999 Apple Computer, Inc. – (Last Updated 19 Oct 99)