On Mon, Nov 28, 2016 at 05:16:12PM -0600, William A Rowe Jr wrote:
> httpd: Syntax error on line 295 of
> /home/wrowe/dev/test/test24-apr16-ossl102/t/conf/httpd.conf: Cannot load
> /home/wrowe/dev/test/test24-apr16-ossl102/c-modules/test_session/.libs/mod_test_session.so
> into server:
> /home/wrowe/dev/test/test24-apr16-ossl102/c-modules/test_session/.libs/mod_test_session.so:
> undefined symbol: ap_hook_session_save
> 
> Does anyone have an uncommitted test framework patch
> up their sleeve to remedy?

Modules using the session API can't be loaded if mod_session isn't 
loaded.

To make this "work" in the test framework we'd need to surround the 
generated LoadModule for mod_test_session with <IfModule mod_session.c> 
or something.  I don't know if that can be done without hacking around 
inside Apache::Test.

Easier to just load mod_session to "fix" it!  Re your follow-up, for 
Fedora httpd this is in a separate package, so "dnf install 
mod_session".

Regards, Joe

Reply via email to