Ignore:
Timestamp:
2011-01-30T16:29:40+13:00 (13 years ago)
Author:
ak19
Message:

Related to the changes to gs2-server.sh committed for Mac: for Linux, am also adding in the apache-lib to LD_LIBRARY_PATH in gs2-server rather than setup.bash. Reinstating these recent changes for Linux, but in the correct location this time to correct a previous oversight: only makes sense to refer to GSDLHOME after the gs2-server.sh script has sourced setup.bash.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/setup.bash

    r23634 r23648  
    240240fi
    241241
    242 if test -e apache-httpd ; then
    243   if test "$GSDLOS" = "linux" ; then
    244       echo "+Adding in executable path for apache-httpd"
    245       PATH=$GSDLHOME/apache-httpd/$GSDLOS/bin:$PATH
    246       export PATH
    247       LD_LIBRARY_PATH="$GSDLHOME/apache-httpd/$GSDLOS/lib:$LD_LIBRARY_PATH"
    248       export LD_LIBRARY_PATH
    249   fi
    250 fi
    251 
    252242if test -e local ; then
    253243  if test -e local/setup.bash ; then
Note: See TracChangeset for help on using the changeset viewer.