Re: [ANNOUNCE] mod_perl 2.0.0-RC5

[prev] [thread] [next] [Date index for 2005/04/15]

From: Geoffrey Young
Subject: Re: [ANNOUNCE] mod_perl 2.0.0-RC5
Date: 12:55 on 15 Apr 2005

Tom Schindl wrote:
> It's not really a problem only the error-message is missleading. Take
> the following scenario:
> 
> * mp-1.29 installed
> * mp-1.99_21 installed
> 
> Run perl Makefile.PL and you'll get a completely missleading error-message:

right - the reason is sound (bad mp2 found) but the error message is
incorrect (bad mp1 found).

I'll apply this patch from a later message:

Index: Makefile.PL
===================================================================
--- Makefile.PL	(Revision 161424)
+++ Makefile.PL	(Arbeitskopie)
@@ -13,8 +13,8 @@

 BEGIN {
     eval {
+        my $old_mp2 = eval { require Apache2 };
         require mod_perl;
-        my $old_mp2 = eval { require Apache2 };
         if ($mod_perl::VERSION < 1.999_22 && $old_mp2) {
             $old_modperl_version = $mod_perl::VERSION;
             $old_modperl_pm = delete $INC{'mod_perl.pm'};

thanks for the report.

--Geoff

(message missing)

[ANNOUNCE] mod_perl 2.0.0-RC5
Geoffrey Young 13:43 on 14 Apr 2005

Re: [ANNOUNCE] mod_perl 2.0.0-RC5
Tom Schindl 06:37 on 15 Apr 2005

Re: [ANNOUNCE] mod_perl 2.0.0-RC5
Fred Moyer 06:43 on 15 Apr 2005

Re: [ANNOUNCE] mod_perl 2.0.0-RC5
Tom Schindl 07:19 on 15 Apr 2005

Re: [ANNOUNCE] mod_perl 2.0.0-RC5
Philip M. Gollucci 08:38 on 15 Apr 2005

Re: [ANNOUNCE] mod_perl 2.0.0-RC5
Philip M. Gollucci 08:51 on 15 Apr 2005

Re: [ANNOUNCE] mod_perl 2.0.0-RC5
Tom Schindl 09:18 on 15 Apr 2005

Re: [ANNOUNCE] mod_perl 2.0.0-RC5
Geoffrey Young 12:55 on 15 Apr 2005

Re: [ANNOUNCE] mod_perl 2.0.0-RC5
Philip M. Gollucci 08:29 on 15 Apr 2005

Re: [ANNOUNCE] mod_perl 2.0.0-RC5
Tom Schindl 09:23 on 15 Apr 2005

Re: [ANNOUNCE] mod_perl 2.0.0-RC5
Tom Schindl 09:26 on 15 Apr 2005

Re: [ANNOUNCE] mod_perl 2.0.0-RC5
Philip M. Gollucci 11:17 on 15 Apr 2005

Generated at 12:49 on 16 Apr 2005 by mariachi v0.52