]> andersk Git - gssapi-openssh.git/commitdiff
build zlib before GT
authorjbasney <jbasney>
Sun, 22 Apr 2007 14:39:22 +0000 (14:39 +0000)
committerjbasney <jbasney>
Sun, 22 Apr 2007 14:39:22 +0000 (14:39 +0000)
nmi/testscript

index dbbd6ada9faa32caa307d1f57e07df69c68bcd2d..37b8a1964166f7cbf56c039d5277f262c296ffb1 100755 (executable)
@@ -27,6 +27,18 @@ echo `which curl`
 echo `which ncftpget`
 echo `which ftp`
 echo ==================================================
+if test -d /prereq/zlib-1.2.3; then
+  ZLIB_LOCATION=/prereq/zlib-1.2.3
+  echo zlib found in $ZLIB_LOCATION
+else
+  echo Building zlib-1.2.3...
+  cd zlib-1.2.3
+  ./configure --prefix=$ZLIB_LOCATION
+  make
+  make install
+  cd ..
+fi
+echo ==================================================
 echo Installing Globus Toolkit...
 if test -x `which wget`; then
   wget $GT_INSTALLER_URL
@@ -41,18 +53,6 @@ make gsi-openssh install
 . $GLOBUS_LOCATION/etc/globus-user-env.sh
 cd ..
 echo ==================================================
-if test -d /prereq/zlib-1.2.3; then
-  ZLIB_LOCATION=/prereq/zlib-1.2.3
-  echo zlib found in $ZLIB_LOCATION
-else
-  echo Building zlib-1.2.3...
-  cd zlib-1.2.3
-  ./configure --prefix=$ZLIB_LOCATION
-  make
-  make install
-  cd ..
-fi
-echo ==================================================
 GLOBUS_FLAVOR_NAME=`gpt-query -name=gsi_openssh | perl -n -e 'if (/gsi_openssh-(.*)-pgm/){print "$1\n";}'|head -1`
 export GLOBUS_FLAVOR_NAME
 echo GPT GLOBUS_FLAVOR_NAME is $GLOBUS_FLAVOR_NAME.  Installing globus_core.
This page took 0.048336 seconds and 5 git commands to generate.