Return-Path: Delivered-To: apmail-httpd-apreq-dev-archive@httpd.apache.org Received: (qmail 82902 invoked by uid 500); 24 Dec 2002 04:18:54 -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 82890 invoked from network); 24 Dec 2002 04:18:53 -0000 To: David Wheeler Cc: Stas Bekman , apreq-dev@httpd.apache.org, Ken Williams Subject: Re: 1.1rc2 was (Re: [Fwd: Re: [proposal/vote] OS X support]) References: <2DF5365C-16DE-11D7-8439-0003931A964A@wheeler.net> From: Joe Schaefer Date: 23 Dec 2002 23:24:25 -0500 In-Reply-To: David Wheeler's message of "Mon, 23 Dec 2002 17:22:34 -0800" Message-ID: Lines: 21 User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.5 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N David Wheeler writes: > On Monday, December 23, 2002, at 05:02 PM, Stas Bekman wrote: > > >> I agree that it should work, but unfortunately, it doesn't. Neither > >> do these. :-( What does work is if I put in the full path. > > > > FWIW, we use FindBin in mod_perl 2.0 to resolve this problem. > > > > use FindBin; > > use lib map "$FindBin::Bin/$_", > > qw(../Apache-Test/lib ../lib ../../lib); > > I agree that that's a good approach. I enclose a patch implementing > this change. I've tested it and it works fine. Patch tested OK on linux. I just applied it (hoping that it won't break the tests on Win32 :). -- Joe Schaefer