On Wed, Mar 21, 2012 at 2:36 AM, Gregg Smith <[email protected]> wrote:
> Gün,
>
> It Works!
>
>
> On 3/20/2012 4:18 PM, Guenter Knauf wrote:
>
>>
>> Gregg, can you please run a Windows build?
>>
>> Gün.
>>
>
> tried to build from fresh apr, apr-util and httpd-trunk
could not run buildconf for apr because I do not have python installed.
I'll worry about that later.
loaded apr-1.4.6 and apr-util-1.4.1
ran buildconf in httpd-trunk
it found ../apr as apr source, rather than the one installed in /opt/bin
result:
+ ./configure
--enable-layout=AIX
--with-apr=/opt/bin/apr-1-config
--with-apr-util=/opt/bin/apu-1-config
--enable-mpms-shared=all
--enable-mods-shared=all
--enable-load-all-modules
--disable-lua > build/aix/configure.out
configure: error: APR-util not found. Please read the documentation.
Note capital letters in APR-util - is that a bug?
Anyway, will try some other experiments that do not demand I install python.