From owner-freebsd-questions@FreeBSD.ORG Tue Feb 15 11:52:57 2005 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 F1B1316A4CE for ; Tue, 15 Feb 2005 11:52:57 +0000 (GMT) Received: from lorna.circlesquared.com (host217-45-219-85.in-addr.btopenworld.com [217.45.219.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C02E43D2D for ; Tue, 15 Feb 2005 11:52:57 +0000 (GMT) (envelope-from peter@circlesquared.com) Received: from localhost.circlesquared.com (localhost.circlesquared.com [127.0.0.1])j1FBr2pk087702; Tue, 15 Feb 2005 11:53:03 GMT (envelope-from peter@circlesquared.com) From: Peter Risdon To: Bob Ababurko In-Reply-To: <1108468114.23699.269.camel@lorna.circlesquared.com> References: <421162ED.2070807@phreakout.net> <1108468114.23699.269.camel@lorna.circlesquared.com> Content-Type: text/plain Date: Tue, 15 Feb 2005 11:53:02 +0000 Message-Id: <1108468382.23699.272.camel@lorna.circlesquared.com> Mime-Version: 1.0 X-Mailer: Evolution 2.0.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit cc: questions@freebsd.org Subject: Re: how to configure a port for install 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: Tue, 15 Feb 2005 11:52:58 -0000 On Tue, 2005-02-15 at 11:48 +0000, Peter Risdon wrote: > On Mon, 2005-02-14 at 21:48 -0500, Bob Ababurko wrote: > > Hello- > > > > I am trying to figure out how to configure the ports....what I am trying > > to do is add mhash to my system that a new script needs and I have to > > add the --with-mhash=[dir] when I compile php. Well I installed php > > with the ports and I am hoping to reinstall it with this added. I have > > tried to add it to the Makefile under the configure options, but I got > > an error that said: "Unassociated shell command". That obviously is not > > the right way. > > Just install: > > /usr/ports/security/php4-mhash > > on top of your existing php installation. > > An alternative is to install /lang/php4-extensions and check the > relevant boxes. Ugh. errant slash: install lang/php4-extensions Peter.