Hi Ivone, Firstly, I would try :
You could also try going back to the openssl source directory and type : "make test" This will perform a series of tests on the compiled openssl and return any problems. If the rc5 test passes, it would appear that your kannel compilation is picking up openssl from a different source. If openssl is OK, then you can try (exactly as shown) : "rm config.cache" "make clean" "export LD_FLAGS=-L/usr/local/ssl/lib" "./configure --prefix=/usr/local/kannel_test --with-wtls=openssl --enable-start-stop-daemon --disable-docs" Assuming all is OK above "make" Assuming all is OK above "make install" This is all that I can offer, as my experience of compiling from source is still quite basic. Hope this helps, Mark -----Original Message----- From: Ivone Uribe [mailto:ivoneu@;hotmail.com] Sent: 22 October 2002 18:22 To: Mark Pate Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: WapKannel/openssl!urgent! Hi Mark! Thanks for your advice... I removed the openssl0.9.6rpm and I just download openssl source code 0.9.6g and compile this to usr/local/ssl .... I did the config, the make and the make install and I think it is ok. 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 the: 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 don't recognize it. Please, anybody could help me with this problem? any idea? I have another question, if I install the kannel with these warnings, I could have some problems, couldn't I? Regards, Ivone