Different configure's behaviour from Kannel 1.2.1 to Kannel CVS 20030915 and 1.3.1
"Mauricio Ramos" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi everybody, Before anything, I found strange why today is Sep 21 and the CVS is returning a Sep 15 snapshot. :-( The problem is that configure returns an error (OpenSSL library is not multithread-enable) while configuring Kannel Stable 1.2.1 but the same doesn't happen neither with "current" CVS 20030915 nor Kannel 1.3.1. Please see all details below. I've ran same configure script at the same machine, a Pentium 200Mhz, 80MB RAM, RedHat 9 + RHN Erratas. The used configure command follows. Any clue? Thanks, Mauricio. Configure Script for both compilations: --------------------------------------- ./configure --prefix=/home/kannel --enable-mysql --with-dlr=mysql --enable-d ocs --enable-drafts --with-defaults=speed --enable-localtime --enable-start-stop-daemon ------------------------------------------------------------------------- Kannel 1.2.1's configure ------------------------ (...) Configuring OpenSSL support ... checking whether to compile with SSL support... trying /usr/lib /usr/include/openssl checking for openssl... /usr/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... yes checking for openssl/rsa.h... yes checking for openssl/crypto.h... yes checking for openssl/pem.h... yes checking for openssl/ssl.h... no checking for openssl/err.h... yes checking whether the OpenSSL library is multithread-enabled... no configure: error: Either get a multithread-enabled SSL or configure with --disable-ssl (...) ---------------------------------------------------------------------------- ---------- Kannel 1.3.1's configure ------------------------ (...) Configuring OpenSSL support ... checking whether to compile with SSL support... trying /usr/lib /usr/include/openssl checking for openssl... /usr/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... yes checking for openssl/rsa.h... yes checking for openssl/crypto.h... yes checking for openssl/pem.h... yes checking for openssl/ssl.h... no checking for openssl/err.h... yes checking whether the OpenSSL library is multithread-enabled... yes checking whether to compile with SSL support... yes (...) --------------------------------------------------- Kannel CVS 20030915's configure ------------------------------- (...) Configuring OpenSSL support ... checking whether to compile with SSL support... trying /usr/lib /usr/include/openssl checking for openssl... /usr/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... yes checking for openssl/rsa.h... yes checking for openssl/crypto.h... yes checking for openssl/pem.h... yes checking for openssl/ssl.h... no checking for openssl/err.h... yes checking whether the OpenSSL library is multithread-enabled... yes checking whether to compile with SSL support... yes (...) ---------------------------------------------------