From owner-freebsd-questions@FreeBSD.ORG Tue Feb 15 02:48:16 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 2886116A4CE for ; Tue, 15 Feb 2005 02:48:16 +0000 (GMT) Received: from dreadlock.phreakout.net (dreadlock.phreakout.net [208.51.56.115]) by mx1.FreeBSD.org (Postfix) with SMTP id 802EA43D1D for ; Tue, 15 Feb 2005 02:48:15 +0000 (GMT) (envelope-from bob@phreakout.net) Received: (qmail 21061 invoked from network); 15 Feb 2005 02:55:21 -0000 Received: from 24-52-224-96.kntnny.adelphia.net (HELO ?192.168.0.101?) (24.52.224.96) by dreadlock.phreakout.net with SMTP; 15 Feb 2005 02:55:21 -0000 Message-ID: <421162ED.2070807@phreakout.net> Date: Mon, 14 Feb 2005 21:48:13 -0500 From: Bob Ababurko User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: 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 02:48:16 -0000 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. Can someone please direct me in doing this, if it is indeed possible. thanks, Bob