I guess you installed GT as root. So root is owner of the directory tree /usr/local/globus-5.0.1. You need to change the owner from root to the user "globus":
# chown -R globus /usr/local/globus-5.0.1 and then you will be able to perform all installation tasks as the user "globus" Regards, Lukasz On Apr 29, 2010, at 2:19 AM, Deepti Malhotra wrote: > Hi all, > > I am trying to install globus toolkit 5.0.1. I have done with the > first step i.e. building the toolkit and i am getting problem in 2nd step i.e > installing simpleCA and i have a user named globus in location > /usr/local/globus-5.0.1 > > After making the command > $GLOBUS_LOCATION/setup/globus/setup-simple-ca > > in globus i got the error as > > ERROR: could not run build command: > /usr/local/globus-5.0.1/sbin/gpt-build -force > /home/globus/.globus/simpleCA//globus_simple_ca_3f1d6fab_setup-0.20.tar.gz > > Whereas if i run the same command in root then it will run susccessfully. > Can anybody plz suggest me how to give full rights to user globus so that i > can be able to run all the commands in globus > I have also tried > globus ALL=(ALL) ALL > >
