Return-Path: Delivered-To: apmail-perl-dev-archive@www.apache.org Received: (qmail 12451 invoked from network); 23 Nov 2004 05:38:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 23 Nov 2004 05:38:59 -0000 Received: (qmail 96251 invoked by uid 500); 23 Nov 2004 05:38:58 -0000 Delivered-To: apmail-perl-dev-archive@perl.apache.org Received: (qmail 96234 invoked by uid 500); 23 Nov 2004 05:38:57 -0000 Mailing-List: contact dev-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@perl.apache.org Received: (qmail 96203 invoked by uid 99); 23 Nov 2004 05:38:56 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of gcamd-dev@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO main.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 22 Nov 2004 21:38:53 -0800 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CWTNy-0002Dr-00 for ; Tue, 23 Nov 2004 06:38:42 +0100 Received: from adsl-3-9-118.mia.bellsouth.net ([65.3.9.118]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 23 Nov 2004 06:38:42 +0100 Received: from joe+gmane by adsl-3-9-118.mia.bellsouth.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 23 Nov 2004 06:38:42 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: dev@perl.apache.org To: dev@perl.apache.org From: Joe Schaefer Subject: Re: Apache2 and Apache::Test Date: Tue, 23 Nov 2004 00:38:38 -0500 Lines: 41 Message-ID: <87fz31xgyp.fsf@gemini.sunstarsys.com> References: <87act9wbaz.fsf@gemini.sunstarsys.com> <41A2B713.1090202@modperlcookbook.org> <41A2BF6C.9060006@stason.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: adsl-3-9-118.mia.bellsouth.net Mail-Copies-To: never User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.3 (gnu/linux) Cancel-Lock: sha1:W0nD8QJP4wyrhztluQ3b2rjGESA= Sender: news X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Stas Bekman writes: [...] > but I'm not sure why do you see what you > explain. mp2/Apache-Test/Makefile should be: > > INST_LIB = ../blib/lib > > and not: > > INST_LIB = ../blib/lib/Apache2 > > which one do you see? The first one now, INST_LIB=../blib/lib, which does looks ok. However I suspect it wasn't that way when I did the mp2 cvs-install a few weeks ago, because.... > did you upgrade MakeMaker by chance? Yes, I did upgrade MakeMaker because I wanted to try Geoff's Test::More stuff for Apache::Test. The sequence of my actions was basically 1) check out mp2 from cvs, prior to Geoff's Test::More patch. 2) build, test, install mp2. Apache::Test went under Apache2. 3) check out httpd-test/perl-framework, after Geoff's patch. 4) install Apache::Test and notice it did not go under Apache2. 5) Argh! His patch didn't work (perl was picking up the old install). 6) Remove the old Apache::Test installation: better, but not quite there yet. 7) Upgrade MakeMaker, joy! Test::More is happily spewing test failures across my screen. 8) Wait a week, then post this complaint to modperl-dev@ :-) I think step (7) fixed mp2's INST_LIB, since everything looks right with my mp2 install this time. -- Joe Schaefer --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org For additional commands, e-mail: dev-help@perl.apache.org