Skip to content

Commit 6e80518

Browse files
committedFeb 9, 2012
Need to know how to find WRE libraries for the wre.psgi
1 parent 2b952b7 commit 6e80518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎wre/sbin/setenvironment.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ export PATH=/data/wre/prereqs/bin:/data/wre/prereqs/sbin:/data/wre/sbin:/data/wr
22
export LD_LIBRARY_PATH=/data/wre/prereqs/lib:$LD_LIBRARY_PATH
33
export DYLD_FALLBACK_LIBRARY_PATH=/data/wre/prereqs/lib:$DYLD_LIBRARY_PATH
44
export LD_RUN_PATH=/data/wre/prereqs/lib:$LD_RUN_PATH
5-
export PERL5LIB=/data/WebGUI/lib:$PERL5LIB
5+
export PERL5LIB=/data/wre/lib:/data/WebGUI/lib:$PERL5LIB

0 commit comments

Comments
 (0)
Please sign in to comment.