Return-Path: Delivered-To: apmail-httpd-apreq-dev-archive@www.apache.org Received: (qmail 90144 invoked from network); 14 Jul 2004 19:15:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 14 Jul 2004 19:15:06 -0000 Received: (qmail 98731 invoked by uid 500); 14 Jul 2004 19:15:06 -0000 Delivered-To: apmail-httpd-apreq-dev-archive@httpd.apache.org Received: (qmail 98706 invoked by uid 500); 14 Jul 2004 19:15:05 -0000 Mailing-List: contact apreq-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list apreq-dev@httpd.apache.org Received: (qmail 98692 invoked by uid 99); 14 Jul 2004 19:15:05 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [195.154.174.52] (HELO mail.logilune.com) (195.154.174.52) by apache.org (qpsmtpd/0.27.1) with ESMTP; Wed, 14 Jul 2004 12:15:02 -0700 Received: from [127.0.0.1] (localhost.logilune.com [127.0.0.1]) by mail.logilune.com (Postfix) with ESMTP id 028111E199F; Wed, 14 Jul 2004 21:14:58 +0200 (CEST) Message-ID: <40F58630.5070401@stason.org> Date: Wed, 14 Jul 2004 12:14:56 -0700 From: Stas Bekman Organization: Hope, Humanized User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7) Gecko/20040617 X-Accept-Language: en-us, en, he, ru MIME-Version: 1.0 To: Joe Schaefer Cc: apreq-dev@httpd.apache.org Subject: Re: new apreq2 snapshot References: <87y8lnfuyi.fsf@gemini.sunstarsys.com> <200407141829.i6EITPNF007955@alderaan.gsfc.nasa.gov> <87658q2zcb.fsf@gemini.sunstarsys.com> In-Reply-To: <87658q2zcb.fsf@gemini.sunstarsys.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Joe Schaefer wrote: > "Edward J. Sabol" writes: > > [...] > > >>Unsurprisingly, it failed to build, but, for some reason, the mod_perl >>version test in build/version_check.pl didn't do its job. It never >>informed me that my mod_perl version was insufficient. > > > Please see if this patch fixes the prereq test: > > Index: build/version_check.pl > =================================================================== > RCS file: /home/cvs/httpd-apreq-2/build/version_check.pl,v > retrieving revision 1.16 > diff -u -r1.16 version_check.pl > --- build/version_check.pl 5 Jul 2004 05:22:17 -0000 1.16 > +++ build/version_check.pl 14 Jul 2004 18:53:46 -0000 > @@ -57,7 +57,8 @@ > "Apache::Test" => { version => "1.04", test => \&a_t_version, > comment => "Win32 requires version 1.06" }, > "ExtUtils::XSBuilder" => { version => "0.23", test => \&xsb_version }, > - mod_perl => { version => "1.99_15", test => \&mp2_version }, > + # mp2 does not contain "_" in its reported version number it's not mp, it's how perl converts x.xx_xx versions > + mod_perl => { version => "1.9915", test => \&mp2_version }, > "ExtUtils::MakeMaker" => { version => "6.15", test => \&mm_version }, > ); > -- __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:stas@stason.org http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com