On Wed, Apr 29, 2015 at 7:09 PM, Yann Ylavic <ylavic....@gmail.com> wrote:
> On Thu, Apr 30, 2015 at 1:57 AM, Tom Browder <tom.brow...@gmail.com> wrote:
>>
>> apachectl
>> httpd: Syntax error on line 147 of /usr/local/apache2/conf/httpd.conf:
>> Cannot load modules/mod_session_crypto.so into server:
>> /usr/local/apache2/modules/mod_session_crypto.so: undefined symbol:
>> ap_hook_session_encode
>
> You probably need to also:
> LoadModule session_module modules/mod_sessions.so

First I tried

  --enable-session

which is supposed to have it enabled in the httpd.conf file but it
doesn't (a bug).

But the '--enable-load-all-modules' does work!

I also found that the https.conf file wasn't changing during my config
changes (I believe that warrants a better note and perhaps another
option such as '--force' which recreates all when experimenting as I
have been doing).  I have to remove them before installation.

But, after I manually uncommented the session module in the httpd.conf
file all seems to work fine and I am able to start my shiny new httpd.

Thanks so much Yann for bearing with me through this useful exercise!

Warmest regards,

-Tom

Reply via email to