Wait a minute - you're working from a binary installer, not a source
installer. That explains the problem: if you're using a binary
installer that was built with a different version of openssl than your
system uses, it won't work.
What binary installer did you use? The fc4 binary installer uses an
older version of openssl than fc8. If you install from source instead
(http://www.globus.org/toolkit/downloads/4.2.0/#source) you should get
a version that works on your system.
Charles
On Oct 14, 2008, at 9:42 AM, Jan Muhammad wrote:
Hi Charles,
The gt4.2.0-all-source-installer/config.log is attached, however I
don't find any file in gt4.2.0-all-source-installer/source-trees/gsi/
openssl/
source/config.log. As I do not have any sub directory named 'source-
trees' in gt4.2.0-all-source.
The other commands you asked are as follow:
# cat gcc32/globus_openssl_version.h
cat: gcc32/globus_openssl_version.h: No such file or directory
# usr/bin/openssl version
OpenSSL 0.9.8b 04 May 2006
# rpm -ql openssl-devel | grep libssl
/usr/lib/libssl.a
/usr/lib/libssl.so
/usr/lib/pkgconfig/libssl.pc
# rpm -ql openssl | grep libssl
/lib/libssl.so.0.9.8b
/lib/libssl.so.6
-----------------------------------------------------------
Cheers,
-Jan
-----Original Message-----
From: Charles Bacon [mailto:[EMAIL PROTECTED]
Sent: Tue 14/10/2008 15:24
To: Jan Muhammad
Cc: [email protected]
Subject: Re: [gt-user] GT4 container error!
On Oct 13, 2008, at 5:33 PM, Jan Muhammad wrote:
> 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).
>
Okay, that's fine. Can you attach gt4.2.0-all-source-installer/
config.log and gt4.2.0-all-source-installer/source-trees/gsi/openssl/
source/config.log ?
> 1. cat gcc32dbg/globus_openssl_version.h
> cat: gcc32dbg/globus_openssl_version.h: No such file or directory
>
And I'd like to see:
cat gcc32/globus_openssl_version.h
/usr/bin/openssl version
rpm -ql openssl-devel | grep libssl
rpm -ql openssl | grep libssl
Based on your RPM openssl version, your libraries and programs should
be linking against libssl.so.6, not libssl.so.5. I'm not sure how
that ssl.5 is getting in there, the config.logs and those commands
should help track it down.
Charles
> 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]
> >
>
>
<config.log>