Customised Package for Globus on Cray SV1 ========================================= * Courtesy of Asia Pacific BioGRID (www.apbionet.org/grid) Installing SSLeay ----------------- gzip -dc SSLeay-0.9.0b-cray-SV1.tar.gz | tar xf - cd SSLeay-0.9.0b-cray-SV1 perl util/perlpath.pl $NEW_PERL_PATH # If perl not in /usr/local/bin perl util/ssldir.pl $SSL_HOME ./Configure cray-t3e make clean make depend make make install Installing Open LDAP -------------------- gzip -dc OpenLDAP-1.2.7-cray-SV1.tar.gz | tar xf - cd OpenLDAP-1.2.7-cray-SV1 ./configure --prefix=$LDAP_HOME --enable-slapd --enable-shell --disable-ldbm --without-threads make depend make make install Installing Globus ----------------- mkdir globus-1.1.4-cray-SV1 cd globus-1.1.4-cray-SV1 gzip -dc ../globus-1.1.4-cray-SV1.tar.gz | tar xf - ./globus-install -prefix=$GLOBUS_HOME -with-ssl-path=$SSL_HOME -with-ldap-path=$LDAP_HOME -with-domain-name=$DOMAIN_NAME -enable-parallel-build -with-umask=022 -without-threads * Notes * - Globus tarball is not made with dir prefix due to Cray's tar filename length limitation. - /bin/make does not seem to work happily with Globus build. Use GNU make (/usr/local/bin/make). You will need to make /usr/local/bin appear before /bin in your $PATH so that "configure" will pick up GNU make for the build. Queries and suggestions to