It looks like you set $GLOBUS_LOCATION to the directory where you put the installer. You want to set $GLOBUS_LOCATION to be the directory where you had the build process put the binaries that you built. This will either be the directory that you specified using --prefix when you ran configure, or, if you didn't specify a directory using --prefix, it should be /usr/local/globus-5.0.0 by default.
Eric ----- "Ankuj Gupta" <[email protected]> wrote: > Hi!! > I was installing the Globus toolkit 5.0 . After it has successfully > installed I was setting the environment variables. > > 1. > > As globus, set GLOBUS_LOCATION to where you installed the Globus > Toolkit. This will be one of the following: > > > • > > Using Bourne shells: globus$ export GLOBUS_LOCATION=/path/to/install > > export > GLOBUS_LOCATION=/home/globus/Desktop/globus/gt5.0.0-all-source-installer > This is the GLOBAL_LOCATION value > 2. > > Source $GLOBUS_LOCATION/etc/globus-user-env. {sh,csh} depending on > your shell. > > > • > > Use .sh for Bourne shell: globus$ . > $GLOBUS_LOCATION/etc/globus-user-env.sh > > > After doing the second command I get an error No such file or > directory. I am not able to get what I am doing wrong. > > > Ankuj Gupta
