Hello, Today I used mod_perl 2.0.9, apache httpd 2.4.20 and perl 5.10.1 to try compiling mod_perl DSO object on centos 6 (x86_64) machine. It passed configure and make but failed ‘make test’.
perl Makefile.PL MP_AP_PREFIX=/usr/local/apache-2.4.20-catalyst make make test The error is written into t/logs/error_log: [ error] oh dangit, server dumped core [ error] for stacktrace, run: gdb /usr/local/apache-2.4.20-catalyst/bin/httpd -core /tmp/mod_perl-2.0.9/t/core.2184 Does mod_perl 2.0.9 work with apache 2.4? Does it work with apache 2.2? Thanks, - xinhuan