Date: Tue, 22 Mar 2005 12:13:24 -0600 From: freebsd@arzaga.net To: freebsd-questions@freebsd.org Subject: Re: php5-extensions meta-port help Message-ID: <20050322181324.GD3629@arzaga.net> In-Reply-To: <52CF00CB9D051F54F8CBA283@utd49554.utdallas.edu> References: <20050322170300.GB3629@arzaga.net> <52CF00CB9D051F54F8CBA283@utd49554.utdallas.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
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 > <freebsd@arzaga.net> 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 >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050322181324.GD3629>