re: Release Apache httpd 2.4.4 as GA - on AIX

2013-02-19 Thread Michael Felt
Packaging went well, but still several compiler syntax warnings. Also, a configure warning - that I hope has no influence: configure: WARNING: Your APR does not include SSL/EVP support. To enable it: configure --with-crypto as I have --enable-ssl in the 2.2.24 configure while 2.4.X is using merely

Re: Release Apache httpd 2.4.4 as GA - on AIX

2013-02-19 Thread Graham Leggett
On 19 Feb 2013, at 10:12 AM, Michael Felt mamf...@gmail.com wrote: Packaging went well, but still several compiler syntax warnings. Also, a configure warning - that I hope has no influence: configure: WARNING: Your APR does not include SSL/EVP support. To enable it: configure --with-crypto

Re: Release Apache httpd 2.4.4 as GA - on AIX

2013-02-19 Thread Michael Felt
so, it is intended that mod_crypto is not included with --enable-mods-shared=all (and/or --enable-mpms-shared=all)? If so, I shall add --with-crypto to the configure command in the build script. On Tue, Feb 19, 2013 at 10:01 AM, Graham Leggett minf...@sharp.fm wrote: On 19 Feb 2013, at 10:12

Re: Release Apache httpd 2.4.4 as GA - on AIX

2013-02-19 Thread Graham Leggett
On 19 Feb 2013, at 1:57 PM, Michael Felt mamf...@gmail.com wrote: so, it is intended that mod_crypto is not included with --enable-mods-shared=all (and/or --enable-mpms-shared=all)? There is no such module as mod_crypto, rather a module called mod_session_crypto. This module uses simple

Re: Release Apache httpd 2.4.4 as GA - on AIX

2013-02-19 Thread Michael Felt
thanks. Will update apr-util and try again. On Tue, Feb 19, 2013 at 1:06 PM, Graham Leggett minf...@sharp.fm wrote: On 19 Feb 2013, at 1:57 PM, Michael Felt mamf...@gmail.com wrote: so, it is intended that mod_crypto is not included with --enable-mods-shared=all (and/or

Re: Release Apache httpd 2.4.4 as GA - on AIX

2013-02-19 Thread Michael Felt
That seems to have cleared that message. Now the test part going difficult. Is the test wrong, or am I missing something with the build? ./configure \ --enable-layout=$LAYOUT \ --with-apr=$apr_config \ --with-apr-util=$apu_config \

Re: Release Apache httpd 2.4.4 as GA - on AIX

2013-02-19 Thread Michael Felt
p.s. this is what I have for mod_auth* ls -l /opt/httpd/libexec/mod_auth* -rwxr-xr-x 1 root system 12316 Feb 19 17:17 /opt/httpd/libexec/mod_auth_basic.so -rwxr-xr-x 1 root system 61826 Feb 19 17:17 /opt/httpd/libexec/mod_auth_digest.so -rwxr-xr-x 1 root system 39720 Feb 19 17:17

Re: Release Apache httpd 2.4.4 as GA - on AIX

2013-02-19 Thread Eric Covener
authn_default is only used in 2.2, not 2.4/later. On Tue, Feb 19, 2013 at 11:57 AM, Michael Felt mamf...@gmail.com wrote: p.s. this is what I have for mod_auth* ls -l /opt/httpd/libexec/mod_auth* -rwxr-xr-x 1 root system 12316 Feb 19 17:17 /opt/httpd/libexec/mod_auth_basic.so -rwxr-xr-x 1

Re: Release Apache httpd 2.4.4 as GA - on AIX

2013-02-19 Thread Rainer Jung
On 19.02.2013 18:06, Eric Covener wrote: authn_default is only used in 2.2, not 2.4/later. ... which means: don't simply try to a run a 2.2 config under 2.4. Rainer

Re: Release Apache httpd 2.4.4 as GA - on AIX

2013-02-19 Thread Michael Felt
Thought I had cleaned it all up. Seems to not be so. Will try again later. Thx! On Tue, Feb 19, 2013 at 6:17 PM, Rainer Jung rainer.j...@kippdata.dewrote: On 19.02.2013 18:06, Eric Covener wrote: authn_default is only used in 2.2, not 2.4/later. ... which means: don't simply try to a run a