--enable-mpms-shared=all \


will not work with 2.2. Only 2.4 and up.

With 2.2 you still need -       --with-mpm=worker

 

Regards

 

Rüdiger

 

From: Michael Felt [mailto:[email protected]] 
Sent: Mittwoch, 8. Februar 2012 15:08
To: [email protected]; [email protected]
Subject: Re: [PATCH] AIX configure options

 

Well, it was building "something". I'll try the proposed change and make sure 
it is still giving me "all" the mods.
FYI - I have added --enable-ssl (so that the same script works for both 2.2.22 
and 2.4.0 which have different ideas of "all".
And I hope configure will still leave AIX modules as shared (as it used to make 
them all static by default - long ago).

I shall try both 2.4.0 and 2.2.22 (without --enable-ssl) - and I am continuing 
to work towards to havin g APR external to httpd.

On Tue, Feb 7, 2012 at 8:09 PM, Jeff Trawick <[email protected]> wrote:

The buildaix.ksh script committed recently had some outdated options
or requirements, and didn't build loadable MPMs.  Suggested changes
are below.  Do or do not fold, spindle, or mutilate; commit with or
without testing; etc.

Index: build/aix/buildaix.ksh
===================================================================
--- build/aix/buildaix.ksh      (revision 1241549)
+++ build/aix/buildaix.ksh      (working copy)
@@ -30,11 +30,7 @@
 > nohup.out
 ./configure \
        --enable-layout=$LAYOUT \
-       --enable-module=so \
-       --enable-proxy \
-       --enable-cache \
-       --enable-disk-cache \
-       --with-mpm=worker \
+       --enable-mpms-shared=all \
        --enable-mods-shared=all | tee nohup.out

 make | tee -a nohup.out

--
Born in Roswell... married an alien...

 

Reply via email to