From owner-freebsd-questions@FreeBSD.ORG Fri Jul 25 11:19:04 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D267037B401 for ; Fri, 25 Jul 2003 11:19:04 -0700 (PDT) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0D1243F75 for ; Fri, 25 Jul 2003 11:19:03 -0700 (PDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: from be-well.ilk.org (be-well.no-ip.com[66.30.200.37]) by comcast.net (rwcrmhc12) with ESMTP id <2003072518190101400cjnmae>; Fri, 25 Jul 2003 18:19:03 +0000 Received: from be-well.ilk.org (lowellg.ne.client2.attbi.com [66.30.200.37] (may be forged)) by be-well.ilk.org (8.12.9/8.12.9) with ESMTP id h6PIJ0M1006148; Fri, 25 Jul 2003 14:19:00 -0400 (EDT) (envelope-from freebsd-questions-local@be-well.no-ip.com) Received: (from lowell@localhost) by be-well.ilk.org (8.12.9/8.12.6/Submit) id h6PIIxvu006145; Fri, 25 Jul 2003 14:18:59 -0400 (EDT) X-Authentication-Warning: be-well.ilk.org: lowell set sender to freebsd-questions-local@be-well.ilk.org using -f Sender: lowell@be-well.no-ip.com To: Andy Harrison References: From: Lowell Gilbert Date: 25 Jul 2003 14:18:59 -0400 In-Reply-To: Message-ID: <44u19aii5o.fsf@be-well.ilk.org> Lines: 17 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: mod_perl X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jul 2003 18:19:05 -0000 Andy Harrison writes: > I'd like to install mod_perl from ports on freebsd, but even if I do something > as simple as 'make extract' it complains: > > Error: you don't have the right version of perl in /usr/bin. > > This is correct, I want to install it against the version of perl in > /usr/local/bin *not* against the version in /usr/bin. > > Any advice? > > I cannot use the 'use.perl' script because that takes over the /usr/bin/perl > binary which I must leave untouched. So use use.perl temporarily, and make sure you specify full paths later. [I *think* that will work...]