Return-Path: Delivered-To: apmail-httpd-modules-dev-archive@locus.apache.org Received: (qmail 78632 invoked from network); 28 Mar 2007 07:50:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Mar 2007 07:50:43 -0000 Received: (qmail 99198 invoked by uid 500); 28 Mar 2007 07:50:50 -0000 Delivered-To: apmail-httpd-modules-dev-archive@httpd.apache.org Received: (qmail 98957 invoked by uid 500); 28 Mar 2007 07:50:50 -0000 Mailing-List: contact modules-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: modules-dev@httpd.apache.org Delivered-To: mailing list modules-dev@httpd.apache.org Received: (qmail 98948 invoked by uid 99); 28 Mar 2007 07:50:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Mar 2007 00:50:50 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [199.203.54.245] (HELO vl654.host245.netvision.net.il) (199.203.54.245) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Mar 2007 00:50:41 -0700 Received: from [192.168.2.115] (bzq-88-154-105-253.red.bezeqint.net [88.154.105.253]) (authenticated bits=0) by mail1.mirimar.net (8.13.4/8.13.4/Debian-3sarge3) with ESMTP id l2S7oHQG015918 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 28 Mar 2007 09:50:19 +0200 Message-ID: <460A1E19.3000608@beamartyr.net> Date: Wed, 28 Mar 2007 09:49:45 +0200 From: Issac Goldstand Organization: Mirimar Networks User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: modules-dev@httpd.apache.org Subject: Re: Can't locate ModPerl/MM.pm References: <8d38ca0a0703271636q6bb81f46w2f0cde6319346fa8@mail.gmail.com> In-Reply-To: <8d38ca0a0703271636q6bb81f46w2f0cde6319346fa8@mail.gmail.com> X-Enigmail-Version: 0.94.2.0 OpenPGP: url=http://www.beamartyr.net/pubkey.asc Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.90.1/2945/Wed Mar 28 01:58:50 2007 on hector.mirimar.net X-Virus-Status: Clean X-Virus-Checked: Checked by ClamAV on apache.org Ick. The Perl glue likes to take over like that on windows. Try running win32\Configure.pl (directly) and passing --disable-perl-glue. (Or make life easier on yourself by building and installing mod_perl first - you don't need to use it afterward) Issac Sam Carleton wrote: > Hay folks, > > I am trying to get libapreq2 installed on my Windows machine. I fixed > the bug in the Makefile that was looking for libapr.lib rather then > libapr-1.lib, but I am stumped on the error "Can't locate > ModPerl/MM.pm" Here is the whole thing: > > C:\Perl\bin\perl.exe Makefile.PL > Can't locate ModPerl/MM.pm in @INC (@INC contains: C:/Perl/site/lib > C:/Perl/lib.) at Makefile.PL line 2. > BEGIN failed--compilation aborted at Makefile.PL line 2. > NMAKE : fatal error U1077: 'C:\Perl\bin\perl.exe' : return code '0x2' > Stop.