[gram-user] Fwd: globus-gatekeeper.log not getting created
Lukasz Lacinski
lukasz at ci.uchicago.edu
Fri Mar 26 12:38:13 CDT 2010
I suspect that you haven't system provided OpenSSL libraries. I can imagine three solutions:
1. If you use xinetd you can add the following line to an appropriate configuration file in /etc.xinetd.d for GRAM5:
env +=LD_LIBRARY_PATH=<path to your OpenSSL installation>:<GLOBUS_LOCATION>/ib
A similar thing you need to do if you use inetd.
2. You can also just copy libssl.so.0.9.8 to $GLOBUS_LOCATION/lib.
3. You can use ldconfig to add a location of your OpenSSL libraries to /etc/ld.so.conf and use ldconfig to rebuild cache.
All above solutions should work but I didn't check them exactly. At least one will work ;-)
Regards,
Lukasz
On Mar 26, 2010, at 11:55 AM, Pooja S wrote:
> Hi,
>
> After installing globus when a job is submitted in the 1st machine itself :
> $ globus-job-run compute-1-30 /bin/date
> the following error occurs :
>
> GRAM Job submission failed because the connection to the server failed (check host and port) (error code 12)
>
> The globus-gatekeeper.log file is not getting created.
>
> By checking some archives I found out telnet could point at what the problem is. Hence did the following :
>
> $ telnet compute-1-30 2119
>
> it gives the following error:
>
> Trying 172.20.1.110...
> Connected to compute-1-30.local (172.20.1.110).
> Escape character is '^]'.
> globus-gatekeeper: error while loading shared libraries: libssl.so.0.9.8: cannot open shared object file: No such file or directory
> Connection closed by foreign host.
>
> I wanted to know how this could be fixed. Thank you.
>
> --
> Pooja
> Indian Institute of Science.
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.globus.org/pipermail/gram-user/attachments/20100326/d1881ac7/attachment.htm>
More information about the gram-user
mailing list