On 01/06/2017 04:33 PM, Yann Ylavic wrote:
Scratch that, I missed the ./buildconf, thus my ./configure was outdated...
Some further issue, though:
httpd: Syntax error on line 66 of
/home/yle/src/apache/httpd/trunk/check/conf/httpd.conf: LoadModule
takes two arguments, a module name and the name of a shared object
file to load it from
httpd: abnormal exit 1
Use of uninitialized value $file in substitution (s///) at
/home/yle/src/apache/asf/httpd/test/framework/trunk/Apache-Test/lib/Apache/TestConfigParse.pm
line 95.
Makefile:417: recipe for target 'check' failed
And at "line 66 of /home/yle/src/apache/httpd/trunk/check/conf/httpd.conf":
LoadModule mpm_event_module
(=> modules/mod_mpm_event.so missing)
Hmm, I haven't tested with dynamic MPM modules; I bet the in-tree 'find'
invocation is looking in the wrong place or something. I will play
around with that Monday; thanks for giving it a try!
--Jacob