From owner-freebsd-questions@FreeBSD.ORG Tue Mar 22 18:12:08 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 2190716A4CE for ; Tue, 22 Mar 2005 18:12:08 +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 891F543D54 for ; Tue, 22 Mar 2005 18:12:07 +0000 (GMT) (envelope-from broohaha@arzaga.net) Received: (qmail 8279 invoked by uid 1001); 22 Mar 2005 18:13:24 -0000 Date: Tue, 22 Mar 2005 12:13:24 -0600 From: freebsd@arzaga.net To: freebsd-questions@freebsd.org Message-ID: <20050322181324.GD3629@arzaga.net> References: <20050322170300.GB3629@arzaga.net> <52CF00CB9D051F54F8CBA283@utd49554.utdallas.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <52CF00CB9D051F54F8CBA283@utd49554.utdallas.edu> User-Agent: Mutt/1.4.1i Subject: Re: 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 18:12:08 -0000 Doing what you suggest will build unixODBC from the ports collection. I already have a configured implementation of unixODB in /usr/local/easysoft/unixODBC Is there a way to point to that and indicate that it should be built as a shared extension? On Tue, Mar 22, 2005 at 11:09:38AM -0600, Paul Schmehl wrote: > --On Tuesday, March 22, 2005 11:03:00 AM -0600 Al Arzaga > wrote: > > > >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? > > > cd to /usr/ports/lang/php5-extensions > make config > select unixODBC > make install clean >