Results 1 to 3 of 3
hi,
[root@localhost gt4.0.5-x86_fc_4-installer]# ./configure
checking for javac... /usr/bin/javac
configure: WARNING: JAVA_HOME is not set
configure: WARNING: Most Java versions will not work correctly without JAVA_HOME set
checking for ant... /usr/bin/ant
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-28-2007 #1Just Joined!
- Join Date
- Dec 2006
- Posts
- 19
problem installing GT4[FC6]
hi,
[root@localhost gt4.0.5-x86_fc_4-installer]# ./configure
checking for javac... /usr/bin/javac
configure: WARNING: JAVA_HOME is not set
configure: WARNING: Most Java versions will not work correctly without JAVA_HOME set
checking for ant... /usr/bin/ant
configure: creating ./config.status
config.status: creating Makefile
[root@localhost gt4.0.5-x86_fc_4-installer]# make install
ln -sf /usr/local/globus-4.0.5/etc/gpt/packages /usr/local/globus-4.0.5/etc/globus_packages
ln: creating symbolic link `/usr/local/globus-4.0.5/etc/globus_packages' to `/usr/local/globus-4.0.5/etc/gpt/packages': No such file or directory
make: *** [postinstall] Error 1
i tried installing gt4.but i get the above error.
- 12-28-2007 #2
you've used ./configure command while you're root, instead of this you have to use this command while you're normal user. You need root privileges only for
commandCode:make install
- 12-29-2007 #3Just Joined!
- Join Date
- Dec 2006
- Posts
- 19
help me to proceed
i logged in as a "user" and not as "root".but all my installation files were in "root" login.how to i get them in "user" login? where shd the gt4 get installed in "user" login? how wil it know the path details of softwares(perl,postgres,java,gcc,sudo) which i installed in "root" login?


Reply With Quote
