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 \
--enable-mpms-shared=all \
--enable-mods-shared=all \
--disable-lua
httpd: Syntax error on line 24 of /data/prj/httpd/test/t/conf/httpd.conf:
Cannot loa
d /opt/httpd/libexec/mod_authn_default.so into server: \t0509-022 Cannot
load module /opt/httpd/libexec/mod_authn_default.so.
\n\t0509-026 System error: A file or directory in the path name does not
exist.
Thanks for the next hint!
On Tue, Feb 19, 2013 at 4:41 PM, Michael Felt <[email protected]> wrote:
> thanks. Will update apr-util and try again.
>
>
> On Tue, Feb 19, 2013 at 1:06 PM, Graham Leggett <[email protected]> wrote:
>
>> On 19 Feb 2013, at 1:57 PM, Michael Felt <[email protected]> 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 symmetrical encryption with a
>> key to encrypt sessions. This module relies on an abstraction library
>> inside apr-util called the apr_crypto library, which gives you the ability
>> to encrypt and decrypt data.
>>
>> To get support for this, you need to do the following:
>>
>> - Ensure --with-crypto is passed to apr-util.
>> - Ensure that mod_session_crypto is compiled in.
>>
>> Regards,
>> Graham
>> --
>>
>>
>