On Tue, 2002-10-22 at 19:32, 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/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? > ........ Are you sure that the libcryto.so* and libsss l.so* are installed under /usr/local/ssl/lib?
Chances are that you just have got the static version of the OpenSSL libraries..... > ....... > > 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]
