Compiling Apache 2.2.11 on AIX 6.1, .so files not genereated
- by user176514
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…