Hi, I am trying to compile httpd 2.4.4 with openssl 1.0.1e. I want mod_ssl to be linked dynamically as mod_ssl.so But after compiling using following config option results in mod_ssl.a .
./configure --prefix=/etc/apache2 --with-ssl=/openssl_cc1 *--enable-so --enable-mods-shared=all* --enable-http --enable-unixd=static --enable-deflate --enable-expires --enable-slotmem-shm --enable-headers --enable-rewrite --enable-proxy --enable-proxy-balancer --enable-proxy-http --enable-proxy-fcgi --enable-mime-magic *--enable-ssl=shared* --enable-log-debug --with-mpm=prefork I tried with options like --enable-shared=ssl, --enable-ssl=shared, --enable-ssl . But none of them are seeming to work out. Interestingly, some other modules are built as *so* s. for example- mod_heartbeat.so, mod_mime_magic.so etc. These mod_ssl files are formed after compiling- ./modules/ssl/mod_ssl.slo ./modules/ssl/.libs/mod_ssl.a ./modules/ssl/.libs/mod_ssl.lai ./modules/ssl/.libs/mod_ssl.la ./modules/ssl/mod_ssl.la Where am i going wrong here? Thanks. -- View this message in context: http://openssl.6102.n7.nabble.com/compiling-mod-ssl-as-shared-forms-mod-ssl-a-and-not-mod-ssl-so-tp45039.html Sent from the OpenSSL - User mailing list archive at Nabble.com. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org