LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   wHy is this happening?, the tool worked before? (https://www.linuxquestions.org/questions/linux-general-1/why-is-this-happening-the-tool-worked-before-29276/)

northfield 08-31-2002 07:25 PM

wHy is this happening?, the tool worked before?
 
[w1111@node00 w1111]$ globus-personal-gatekeeper
/opt/globus2/bin/globus-personal-gatekeeper: /opt/globus2/bin/libexec/globus-scr
ipt-initializer: No such file or director

something very strange is happening.
But I don't know why?????

I have a tool at /opt/globus2/bin
[w1111@node00 bin]$ ls
...
globus-personal-gatekeeper
...
globus-job-run
[w1111@node00 bin]$ globus-personal-gatekeeper
/opt/globus2/bin/globus-personal-gatekeeper: /opt/globus2/bin/libexec/globus-scr
ipt-initializer: No such file or directory

Why is this happening???

The thing is I was able to make it work once before, but know I always get this error.

I have put this command in my .bashrc file:

# .bashrc

# User specific aliases and functions

# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi

# local addition
if [ -f /usr/local/etc/cluster ]; then
. /usr/local/etc/cluster
fi

export PATH=$PATH:/opt/globus2/bin
export GLOBUS_LOCATION=/opt/globus2/bin

------------------------------------------------------------

Please help???


All times are GMT -5. The time now is 02:01 PM.