Thursday Nov 09, 2006
Thursday Nov 09, 2006
> printenv HZ= SHELL=/bin/bash TERM=xterm LC_ALL=C MAIL=/var/mail/globus PATH=/usr/local/bin:/usr/bin:/usr/sfw/bin:/usr/dist/share/devpro/5.x-i386/bin:/usr/ccs/bin:/usr/dist/exe PWD=/etc/grid-security LANG=C TZ=US/Mountain SHLVL=2 HOME=/users/globus LOGNAME=globus LC_CTYPE=C _=/usr/bin/tcsh HOSTTYPE=i86pc VENDOR=sun OSTYPE=solaris MACHTYPE=i386 USER=globus GROUP=other HOST=myhost GPT_LOCATION=/usr/local/globus-4.0.3 CC=/usr/dist/share/devpro/5.x-i386/bin/cc GLOBUS_LOCATION=/usr/local/globus-4.0.3 GCC=/usr/sfw/bin/gcc
./configure --prefix=$GLOBUS_LOCATION --with-flavor=gcc32dbg
make
/usr/ccs/bin:/usr/dist/exe
file:/tmp/testgt/gt4.0.3-all-source-installer/source-trees/wsrf/java/core/source/build.xml:211: Compile failed; see the compiler error output for details.
import org.apache.axus.enum.Scope;I edited the build file to add the -source 1.4 option such as:
source="1.4"
echo "Your build completed successfully. Please run make install." Your build completed successfully. Please run make install.
> make install /usr/local/globus-4.0.3/sbin/gpt-postinstall running /usr/local/globus-4.0.3/setup/globus/setup-globus-common..[ Changing to /usr/local/globus-4.0.3/setup/globus ] creating globus-sh-tools-vars.sh running /usr/local/globus-4.0.3/setup/globus/setup-globus-job-manager-fork..[ Changing to /usr/local/globus-4.0.3/setup/globus ] find-fork-tools: WARNING: "Cannot locate mpiexec" find-fork-tools: WARNING: "Cannot locate mpirun" checking for mpiexec... no checking for mpirun... no find-fork-tools: creating ./config.status config.status: creating fork.pm ..Done
> $GLOBUS_LOCATION/setup/globus/setup-simple-ca
creating CA config package... /usr/local/globus-4.0.3/setup/globus/setup-simple-ca: GLOBUS_LOCATION=/usr/local/globus-4.0.3: is not an identifier
#! /bin/shto
#! /bin/bash
creating CA config package... ERROR: Unable to configure the simple_ca 9a7cd758 setup packageCorrected GPT_LOCATION such as:
setenv GPT_LOCATION /usr/local/globus-4.0.3Then ran as root:
> $GLOBUS_LOCATION/setup/globus_simple_ca_9a7cd758_setup/setup-gsi -default > $GLOBUS_LOCATION/bin/grid-cert-request -host myhost.central.sun.com
Thank you for posting this on the web. I have just now completed the configuration and installation of globus 4.0.5 gridftp, but I had difficulties with creation of the certificate. The openssl with globus 4.0.5 could not get randomness. IN the end I hacked the script
setup-simple-ca
to use the openssl from the installation. After that all fell into place. How did you get around the globus ssl problem?
Lydia
Posted by lydia heck on November 12, 2007 at 10:38 AM PST #