Sorry,
This is what I got :
openssl-0.9.8g-6.fc9.i686
openssl-0.9.8g-9.fc9.i686
Inside the config.log you told me I found:
conftest.c:9:25: error: openssl/ssl.h: No such file or directory
conftest.c: In function 'main':
conftest.c:13: warning: implicit declaration of function 'SSL_library_init'
conftest.c: In function 'main':
conftest.c:13: warning: implicit declaration of function 'SSL_library_init'
configure:3160: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
| #include <openssl/ssl.h>
| int
| main ()
| {
| SSL_library_init();
| ;
| return 0;
| }
configure:3180: error: Unable to compile with SSL
Should I install something else or replace what I have?
Thanks and Regards,
Jesus M. Movilla
________________________________________
De: Charles Bacon [EMAIL PROTECTED]
Enviado el: martes, 07 de octubre de 2008 15:33
Para: e.irmos
CC: GT User
Asunto: Re: [gt-user] Installing gt4.2.0 in fc9
You didn't answer the question about the -devel package, though. What
does this return?
$ rpm -qa | grep openssl
Other than that, you can send /home/globus/SRC/gt4.2.0-all-source-
installer/source-trees-thr/gsi/openssl/source/config.log
Charles
On Oct 7, 2008, at 5:18 AM, e.irmos wrote:
> Thanks for the quick answer!
>
> yes I do have this one:
>
> [EMAIL PROTECTED] gt4.2.0-all-source-installer]$ openssl version
> OpenSSL 0.9.8g 19 Oct 2007
>
> Regards
>
> ________________________________________
> De: Shayan Shahand [EMAIL PROTECTED]
> Enviado el: martes, 07 de octubre de 2008 12:05
> Para: e.irmos
> CC: [email protected]
> Asunto: Re: [gt-user] Installing gt4.2.0 in fc9
>
> Hi,
>
> Please double check if you have this required package:
> - Openssl 0.9.7 or later. For linux systems, this includes the -
> devel version of the package.
>
> Sh.
>
> 2008/10/7 e.irmos <[EMAIL PROTECTED]<mailto:[EMAIL PROTECTED]>>
> Dear gt-users,
>
> I am trying to install GT4.2.0 in FC9 distribution. I am not able to
> perform the "make" action correctly since it is stopped withthe
> following error:
>
> configure: error: Unable to compile with SSL
> make: *** [globus_system_openssl-thr] Error 1
>
> I attach the whole logs from the make step
>
> [EMAIL PROTECTED] gt4.2.0-all-source-installer]$ make | tee
> installer.log
> /usr/local/globus4.2.0/sbin/gpt-build -srcdir=source-trees-thr/
> core/source gcc32dbgpthr
> /usr/local/globus4.2.0/sbin/gpt-build -srcdir=source-trees-thr/mds/
> libtool gcc32dbgpthr
> gpt-build ====> CHECKING BUILD DEPENDENCIES FOR globus_libtool
> SKIPPING REBUILD of gcc32dbgpthr
> /usr/local/globus4.2.0/sbin/gpt-build -srcdir=source-trees-thr/
> common/source gcc32dbgpthr
> gpt-build ====> CHECKING BUILD DEPENDENCIES FOR globus_common
> SKIPPING REBUILD of gcc32dbgpthr
> /usr/local/globus4.2.0/sbin/gpt-build -srcdir=source-trees-thr/xio/
> src gcc32dbgpthr
> gpt-build ====> CHECKING BUILD DEPENDENCIES FOR globus_xio
> SKIPPING REBUILD of gcc32dbgpthr
> /usr/local/globus4.2.0/sbin/gpt-build -srcdir=source-trees-thr/gsi/
> openssl/source gcc32dbgpthr
> gpt-build ====> CHECKING BUILD DEPENDENCIES FOR globus_openssl
> gpt-build ====> Changing to /home/globus/SRC/gt4.2.0-all-source-
> installer/source-trees-thr/gsi/openssl/source
> gpt-build ====> BUILDING FLAVOR gcc32dbgpthr
> ERROR: Build has failed
> GLOBUS_LOCATION=/usr/local/globus4.2.0; export GLOBUS_LOCATION;
> CPP='/usr/bin/gcc -E'; export CPP; CPPFLAGS=' -I/usr/local/
> globus4.2.0/include -I/usr/local/globus4.2.0/include/gcc32dbgpthr';
> export CPPFLAGS; CFLAGS='-g -D_REENTRANT -Wall'; export CFLAGS;
> LDFLAGS=' -L/usr/local/globus4.2.0/lib '; export LDFLAGS; LIBS=' -
> lpthread'; export LIBS; CXX='/usr/bin/g++'; export CXX; CXXCPP='/usr/
> bin/g++ -E'; export CXXCPP; CXXFLAGS='-g '; export CXXFLAGS; AR='/
> usr/bin/ar'; export AR; ARFLAGS='ruv'; export ARFLAGS; RANLIB='/usr/
> bin/ranlib'; export RANLIB; NM='/usr/bin/nm -B'; export NM; CC='/usr/
> bin/gcc'; export CC; /home/globus/SRC/gt4.2.0-all-source-installer/
> source-trees-thr/gsi/openssl/source/configure --enable-debug --with-
> threads=pthreads --with-flavor=gcc32dbgpthr
> checking whether to enable maintainer-specific portions of
> Makefiles... no
> Dependencies Complete
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for gawk... gawk
> checking whether make sets $(MAKE)... yes
> checking OpenSSL CFLAGS... using ''
> checking OpenSSL INCLUDES... using ''
> checking for style of include used by make... GNU
> checking for gcc... /usr/bin/gcc
> checking for C compiler default output file name... a.out
> checking whether the C compiler works... yes
> checking whether we are cross compiling... no
> checking for suffix of executables...
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether /usr/bin/gcc accepts -g... yes
> checking for /usr/bin/gcc option to accept ANSI C... none needed
> checking dependency style of /usr/bin/gcc... none
> configure: error: Unable to compile with SSL
>
> make: *** [globus_system_openssl-thr] Error 1
>
>
> Regards
>
> Jesus M. Movilla
>
>