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...
