Hi Charles,
Below are the result output of the commands you asked me along with their
results. Globus user has been used to build and run the container (in case of
command # 5 so 6 was not run).
Cheers,
-Jan
1. cat gcc32dbg/globus_openssl_version.h
cat: gcc32dbg/globus_openssl_version.h: No such file or directory
------------------------------------------------------------
2. ls -l bin/openssl
lrwxrwxrwx 1 globus globus 16 2008-10-13 20:04 bin/openssl ->
/usr/bin/openssl
-------------------------------------------------------------
3. ldd libexec/globus-scheduler-event-generator | grep ssl
libglobus_openssl_gcc32.so.0 =>
/usr/local/globus/lib/libglobus_openssl_gcc32.so.0 (0x0018b000)
libglobus_openssl_error_gcc32.so.0 =>
/usr/local/globus/lib/libglobus_openssl_error_gcc32.so.0 (0x001c3000)
libglobus_proxy_ssl_gcc32.so.0 =>
/usr/local/globus/lib/libglobus_proxy_ssl_gcc32.so.0 (0x001cb000)
libssl.so.5 => not found
libssl.so.5 => not found
libssl.so.5 => not found
libssl.so.5 => not found
libssl.so.5 => not found
libssl.so.5 => not found
libssl.so.5 => not found
libssl.so.5 => not found
libssl.so.5 => not found
libssl.so.5 => not found
libssl.so.5 => not found
libssl.so.5 => not found
libssl.so.5 => not found
libssl.so.5 => not found
libssl.so.5 => not found
libssl.so.5 => not found
------------------------------------------------------------------------
4. # rpm -qa | grep openssl
openssl-0.9.8b-17.fc8
openssl-devel-0.9.8b-17.fc8
openssl-perl-0.9.8b-17.fc8
----------------------------------------------------------------------
5. [EMAIL PROTECTED] globus]$ echo $LD_LIBRARY_PATH
/usr/local/globus/lib
-----Original Message-----
From: Charles Bacon [mailto:[EMAIL PROTECTED]
Sent: Mon 13/10/2008 20:55
To: Jan Muhammad
Cc: [email protected]
Subject: Re: [gt-user] GT4 container error!
There appears to be a mismatch between the SSL libraries used to
compile it, and the ones available at runtime. Can you send:
cat gcc32dbg/globus_openssl_version.h
ls -l bin/openssl
ldd libexec/globus-scheduler-event-generator | grep ssl
rpm -qa | grep openssl
From the environment of the user who runs the container:
echo $LD_LIBRARY_PATH
And, from the environment of the user who builds GT:
echo $LD_LIBRARY_PATH
Charles
On Oct 13, 2008, at 2:50 PM, Jan Muhammad wrote:
>
> Hi All,
>
> I am using GT 4.2.0 on my laptop running Fedora Core 8 but when I
> try to run globus container I get the following error:
>
> ----------------------------------------------------------------------------
> ERROR seg.SchedulerEventGenerator [SEG-fork-Thread,run:230] SEG
> Terminated with /usr/local/globus/libexec/globus-scheduler-event-
> generator: error while loading shared libraries: libssl.so.5: cannot
> open shared object file: No such file or directory
>
> Starting SOAP server at https://130.209.58.37:8443/wsrf/services/
>
> With the following services:
>
> [1]: https://130.209.58.37:8443/wsrf/services/AdminService
> [2]: https://130.209.58.37:8443/wsrf/services/AttachmentTestService
> [3]: https://130.209.58.37:8443/wsrf/services/AuthzCalloutTestService
>
> -------------------------------------------------------------------------------------------
>
> Although have repeated the GT4 configure process twice and it does
> not throw any errors at the time of configure/make & make install
> commands. Any suggestion?
>
> Thanks in advance.
> ________________________
>
> Jan Muhammad
> PhD Student
> Department of Computing Science
> National E-Science Centre(NeSC),Kelvin Building
> University of Glasgow, Glasgow G12 8QQ
> Tel: +44-(0)141-330-2958
> Email: [EMAIL PROTECTED]
>