Thanks Guy, I hope don't boring you, but I' a little new with this.

Well If understand you... I have to do that:

#cd usr/local/ssl
#CPPFLAGS=-I/usr/local/ssl/openssl; export CPPFLAGS
#./configure

Are these steps rights?

It is to compile my old openssl, so I don't need to erase my old installation, isn't it?

Regards, Ivone
Ivone



From: Guy Matz <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: installation openssl urgent!
Date: Tue, 22 Oct 2002 23:30:08 -0400

set it in your environment . . . just before you run configure, type:
CPPFLAGS=-I/usr/local/ssl/openssl; export CPPFLAGS

then run configure. the CPPFLAGS environment setting should tell configure to check in that directory for the include files it needs.

again, let me know if you have a problem.

regards,
guy

Ivone Uribe wrote:

Hi Guy!
Thanks for your reply :)

but Where do I set : CPPFLAGS="-I/usr/local/ssl/openssl?

the rc5.h is in the /usr/local/ssl/include/openssl and the libs like libcrypto are in /usr/local/ssl/libs

so I guess I have to set this path:
"-I/usr/local/ssl/include/openssl"...is that right?...but where do I set it?


Regards,
Ivone

From: Guy Matz <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: installation openssl urgent!
Date: Tue, 22 Oct 2002 21:59:26 -0400

it looks like you have an issue with your include files . . . try setting CPPFLAGS="-I/usr/local/ssl/openssl", or whatever the path to your rc5.h file is, then run configure. let me know if that doesn't work.

regards,
guy

Ivone Uribe wrote:

Hi all!

I have problems with the openssl in an installation of a wap gateway, I'm using the RedHat 7.2.

When I was trying to install the gateway rpm I got this messages:
libcrypto.so.0.9.6 required
libssl.so.0.9.6 required.


To solve it I removed the openssl0.9.6 rpm (is it right?)
and I just downloaded openssl source code (openssl-0.9.6g) and compiled this to usr/local/ssl:
./config
make
make test
make install

after I wrote the path /usr/local/ssl/lib in the ld.so.config and the command ldconfig

Do I forget some important step in the installation of the openssl?
........
.......

After I tried to install the gateway rpm again, but I got the same reply:
libcrypto.so.0.9.6 required
libssl.so.0.9.6 required.

Could anybody explain me how I can solve it? please!

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

Looking for another solution, To solve it I tried to install the gateway source (tar.gz)

But when I configure the gateway with
./configure
--prefix=/usr/local/kannel_test
--with-ssl=/usr/local/ssl
--with-wtls=openssl
--enable-start-stop-daemon
--enable-ssl
--disable-docs


I get this:

.......................
Configuring OpenSSL support ...
checking whether to compile with SSL support... trying /usr/local/ssl/lib /usr/local/ssl/include
checking for openssl... /usr/local/ssl/bin/openssl
checking for CRYPTO_lock in -lcrypto... yes
checking for SSL_library_init in -lssl... yes
checking for SSL_connect in -lssl... yes
checking for openssl/x509.h... no
checking for openssl/rsa.h... no
checking for openssl/crypto.h... no
checking for openssl/pem.h... no
checking for openssl/ssl.h... no
checking for openssl/err.h... no
checking whether the OpenSSL library is multithread-enabled... yes
checking whether to compile with SSL support... yes

Configuring MySQL support ...
checking whether to compile with MySQL support... disabled

Configuring WTLS support ...
checking for WTLS library... openssl
checking for RSA_new in -lcrypto... yes
checking for openssl/objects.h... no
configure: warning: OpenSSL installation seems to lack RC5 algorithm!
checking for openssl/rc5.h... no
configure: warning: OpenSSL installation seems to lack RC5 algorithm!

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

but my openssl have the rc5 algorithm!
and
openssl/x509.h,openssl/rsa.h,openssl/crypto.h,openssl/pem.h,openssl/ssl.h, openssl/err.h, openssl/objects.h and the openssl/rc5
are in the directory usr/local/ssl/include/openssl, so I don't know why the kannel gateway don't recognize it.

Please, anybody could help me with this problem? any idea? Am I installing well the openssl....tar.gz?

Thanks in advance,
Ivone






_________________________________________________________________
Charla con tus amigos en línea mediante MSN Messenger: http://messenger.microsoft.com/es

______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]


_________________________________________________________________
MSN. Más Útil Cada Día http://www.msn.es/intmap/

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]



______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

_________________________________________________________________
MSN Fotos: la forma más fácil de compartir e imprimir fotos. http://photos.msn.es/support/worldwide.aspx

______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]

Reply via email to