'ellow,
I have been trying to compile mod_perl1.99_13 but have found what I believe to be a bug in the Makefile.PL.
I am using Debian woody with the Apache2 from backports.org. I am using the prefork (Apache1-style) MPM because I read in the mod_perl2 documentation that if you have Perl 5.6.1 this is the only MPM that can be used.
I tried to compile mod_perl2 but despite my having removed the worker MPM package and installed the prefork one in its place, it still thinks I am using worker and therefore refuses to compile. To me this looks like a bug in the Makefile.PL. Here is the output I get:
oblique:/usr/src/mod_perl2/mod_perl-1.99_13# perl Makefile.PL MP_APXS=/usr/bin/apxs2 Reading Makefile.PL args from @ARGV MP_APXS = /usr/bin/apxs2
please show us the output of:
/usr/bin/apxs2 -q MPM_NAME
Configuring Apache/2.0.48 mod_perl/1.99_13 Perl/v5.6.1 [ error] Using Perl 5.6.1 w/o ithreads and 'worker' mpm httpd. [ error] Failed requirements: [ error] - Perl 5.8 or higher - Perl built with ithreads (build perl with -Dusethreads)
__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
-- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html