On Mon, Jul 02, 2007, Victor G. Bolshakov wrote: >> I have a problem with building Apache 2.2 with mod_ssl (all from from >> current). >> Build stop with wthis message: >> checking for SSL_set_cert_store... no >> configure: error: ... Error, SSL/TLS libraries were missing or unusable >> error: Bad exit status from /openpkg/RPM/TMP/rpm-tmp.31304 (%build) > > It's look like openssl must be compiled as dynamic library...
I've checked under our Solaris 10/sparc64 box and it configured mod_ssl just fine: | checking whether to enable mod_ssl... checking dependencies | checking for SSL/TLS toolkit base... /openpkg-dev | checking for OpenSSL version... checking openssl/opensslv.h usability... yes | checking openssl/opensslv.h presence... yes | checking for openssl/opensslv.h... yes | checking openssl/ssl.h usability... yes | checking openssl/ssl.h presence... yes | checking for openssl/ssl.h... yes | OK | checking openssl/engine.h usability... yes | checking openssl/engine.h presence... yes | checking for openssl/engine.h... yes | checking for SSLeay_version in -lcrypto... yes | checking for SSL_CTX_new in -lssl... yes | checking for ENGINE_init... yes | checking for ENGINE_load_builtin_engines... yes | checking for SSL_set_cert_store... no | adding "-R/openpkg-dev/lib" to LDFLAGS | forcing SSL_LIBS to "-lssl -lcrypto" | forcing MOD_SSL_LDADD to "$(SSL_LIBS)" | checking whether Distcache is required... no (default) | checking whether to enable mod_ssl... yes (default) | adding "-I$(top_srcdir)/modules/ssl" to INCLUDES It later fails with a GNU libtool related issue during building, but this is an unrelated problem (will investigate on this separately). Can you check the httpd-2.2.4/config.log file for details why the above SSL_set_cert_store check failed for you? Ralf S. Engelschall [EMAIL PROTECTED] www.engelschall.com ______________________________________________________________________ OpenPKG http://openpkg.org User Communication List openpkg-users@openpkg.org