apache 2.2.8 and modperl 2.0.3

2008-04-04 Thread Felipe de Jesús Molina Bravo
Hi Is correct install apache 2.2.8 with modperl 2.0.3? ... when I try to install; i gotten the next message: mod_per. is not compatible with this version of Apache (found , need xxx) sorry i don't remember the dates .. I read the next link: http://perl.apache.org/docs/2.0/user/trouble

RE: [RELEASE CANDIDATE] mod_perl-2.0.4 RC1

2008-04-04 Thread Steve Hay
Philippe M. Chiasson wrote: > The mod_perl 2.0.4 release candidate 1 "Works with Perl 5.10" is > ready. It can be downloaded here: > > http://www.apache.org/~gozer/mp2/mod_perl-2.0.4-rc1.tar.gz All tests OK using VC6 on WinXP with apache 2.2.4 and perl 5.10.0 built with default options.

RE: [RELEASE CANDIDATE] mod_perl-1.31 RC4

2008-04-04 Thread Steve Hay
Philippe M. Chiasson wrote: > The mod_perl 1.31 release candidate 4 "Works with Perl 5.10" is > ready. It can be downloaded here: > > http://www.apache.org/~gozer/mp1/mod_perl-1.31-rc4.tar.gz All tests OK using VC6 on WinXP with apache 1.3.39 and perl 5.10.0 built without USE_MULTI, USE_ITHREADS

Re: ModPerl::MM or ExtUtils::MakeMaker or what?

2008-04-04 Thread imacat
On Thu, 3 Apr 2008 10:19:31 +0200 Torsten Foertsch <[EMAIL PROTECTED]> wrote: > I am asking because I have had FAIL reports from CPAN testers that don't > install ModPerl::MM. The way around these reports is using > BEGIN { > eval { > require ModPerl::MM; > require Apache::TestMM; > };