Compiling Apache 2.2.11 on AIX 6.1, .so files not genereated

Posted by user176514 on Server Fault See other posts from Server Fault or by user176514
Published on 2013-06-19T14:27:59Z Indexed on 2013/06/25 22:23 UTC
Read the original article Hit count: 213

Filed under:
|
|

I am compiling Apache 2 (2.2.11 yeh, Its old...but its a requirement) on AIX 6.1 with GCC 4.2.0. I am using the configure options:

./configure \
--enable-module=rewrite\
--enable-module=log_referer\
--with-included-apr \
--enable-proxy  \
--enable-ssl=shared \
--with-ssl=/usr  \
--prefix=/PATH/apache \
--enable-so \
--enable-mods-shared="proxy proxy_http proxy_connect headers mod_proxy mod_ssl"

The configure, followed by the make/make install processes all run without error of any kind. However, when I look int he modules directory for the /PATH/modules directory there are no .so files created.

Sadly because of the nature of what I am doing, and the business I am in, I am locked into the software versions as described.

© Server Fault or respective owner

Related posts about apache2

Related posts about aix