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;
>   };
>   if( $@ ) {
> warn $@;
> exit 0;
>   }
>   Apache::TestMM->import( qw(test clean) );
> }

As a CPAN tester, I think this is correct.

--
Best regards,
imacat ^_*' <[EMAIL PROTECTED]>
PGP Key: http://www.imacat.idv.tw/me/pgpkey.asc

<> News: http://www.wov.idv.tw/
Tavern IMACAT's: http://www.imacat.idv.tw/
TLUG List Manager: http://lists.linux.org.tw/cgi-bin/mailman/listinfo/tlug


pgp97R8X6SsFi.pgp
Description: PGP signature


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 or USE_IMP_SYS.

Crashes on startup with apache 1.3.41 and perl 5.10.0 built with default
options (i.e. with USE_MULTI, USE_ITHREADS or USE_IMP_SYS).


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.


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/troubleshooting/troubleshooting.html#_mod_perl_c__is_not_compatible_with_this_version_of_Apache__found_20020628__need_20020903_

but the messages continue...

if i change to apache 2.0.63 all is correct aahhh modperl2 is compile
with static mode


thanks in advance

regards

felipe