On Wed, Feb 8, 2012 at 9:08 AM, Michael Felt <[email protected]> wrote:
> Well, it was building "something". I'll try the proposed change and make
> sure it is still giving me "all" the mods.

yeah, that was the idea...  thanks!

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

As Graham mentioned, expect to have different scripts for different
releases and do the right thing for each release.  It isn't a good
thing if people who play with  configure more often but might not know
the ancient history stare at the script and wonder about the odd
choice of arguments.  (I happen to remember about the AIX/--enable-so
issue from long ago, but that needs to die.)

> And I hope configure will still leave AIX modules as shared (as it used to
> make them all static by default - long ago).

If it doesn't build them shared using the appropriate configure args,
that's what needs to be fixed.  (Most people won't use this script.)

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



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

Reply via email to