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 <[email protected]> wrote: > On 19 Feb 2013, at 10:12 AM, Michael Felt <[email protected]> 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 > as I have --enable-ssl in the 2.2.24 configure while 2.4.X is using > "merely" > --enable-mpms-shared=all > --enable-mods-shared=all > --disable-lua > > > The --enable-ssl option in httpd enables mod_ssl, while the --with-crypto > option to APR-util enables mod_session_crypto, which allows you to encrypt > sessions. > > Regards, > Graham > -- > >
