From owner-freebsd-questions@FreeBSD.ORG Tue Mar 22 17:01:44 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 5EAF216A4CE for ; Tue, 22 Mar 2005 17:01:44 +0000 (GMT) Received: from arzaga.net (adsl-64-109-180-25.dsl.chcgil.ameritech.net [64.109.180.25]) by mx1.FreeBSD.org (Postfix) with SMTP id B8CA043D46 for ; Tue, 22 Mar 2005 17:01:43 +0000 (GMT) (envelope-from broohaha@arzaga.net) Received: (qmail 8043 invoked by uid 1001); 22 Mar 2005 17:03:00 -0000 Date: Tue, 22 Mar 2005 11:03:00 -0600 From: Al Arzaga To: freebsd-questions@freebsd.org Message-ID: <20050322170300.GB3629@arzaga.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Subject: php5-extensions meta-port help 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, 22 Mar 2005 17:01:44 -0000 I posted this last week, but given the lack of response, I'm hoping it was merely overlooked due to the flood of other posts to this list. I'd like to continue using the php5-extensions meta port to add modules to my php install. In this instance, I need php to link to a different set of odbc libraries instead of the standard unixODBC port's. If I were to manually compile from source, I would add the following argument to my ./configure command: --with-unixODBC=shared,/usr/local/easysoft/unixODBC Now, how would I do the same thing within the context of the php5-extensions meta-port implementation? Any feedback would be greatly appreciated. Thank you. -Al