Skip Menu |

This queue is for tickets about the mod_perl CPAN distribution.

Report information
The Basics
Id: 77289
Status: resolved
Priority: 0/
Queue: mod_perl

People
Owner: Nobody in particular
Requestors: stro [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 2.0.6
Fixed in: (no value)



Subject: mod_perl cannot be built with non-threaded Perl and Apache 2.4
Since 2.0.6, it's impossible to build mod_perl with non-threaded Perl and Apache 2.4. Apache2::Build checks for Apache version and if it's greater than 2.2, it assumes some 'dynamic' MPM, which prevents mod_perl from building even if 'prefork' MPM is used. -- Serguei Trouchelle
mod_perl 2.0.6 doesn't support httpd-2.4.x. However, work on supporting 2.4.x is nearly complete in the SVN trunk, and I believe this issue is resolved by r1151822, r1590627 and r1593957. Please use the Makefile.PL option MP_NO_THREADS=1 to build with a non-threaded perl.