Hi I am trying to compile and install apache2 with ssl support on Ubuntu 12.04 when I am encountering the following error.
I Installed OpenSSL with the following cd openssl-1.0.1c ./config --prefix=/usr zlib-dynamic --openssldir=/etc/ssl shared make && make install I am trying to install apache2 with the following cd httpd-2.4.3 ./configure --enable-ssl --enable-so make gine_rand.lo ssl_engine_vars.lo ssl_scache.lo ssl_util_stapling.lo ssl_util.lo ssl_util_ssl.lo ssl_engine_ocsp.lo ssl_util_ocsp.lo -lssl -lcrypto -lrt -lcrypt -lpthread -ldl -export-symbols-regex ssl_module libtool: link: `mod_ssl.lo' is not a valid libtool object *make[4]: *** [mod_ssl.la] Error 1* make[4]: Leaving directory `/home/bala/apache2ssl/httpd-2.4.3/modules/ssl' make[3]: *** [shared-build-recursive] Error 1 make[3]: Leaving directory `/home/bala/apache2ssl/httpd-2.4.3/modules/ssl' make[2]: *** [shared-build-recursive] Error 1 make[2]: Leaving directory `/home/bala/apache2ssl/httpd-2.4.3/modules' make[1]: *** [shared-build-recursive] Error 1 make[1]: Leaving directory `/home/bala/apache2ssl/httpd-2.4.3' make: *** [all-recursive] Error 1 root@nscbose:/home/bala/apache2ssl/httpd-2.4.3# -- Regards, Balasubramaniam Natarajan www.etutorshop.com/moodle/ _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
