php5-extensions meta-port help

2005-03-22 Thread Al Arzaga
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

Re: php5-extensions meta-port help

2005-03-22 Thread Paul Schmehl
--On Tuesday, March 22, 2005 11:03:00 AM -0600 Al Arzaga [EMAIL PROTECTED] 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

Re: php5-extensions meta-port help

2005-03-22 Thread freebsd
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,

Re: php5-extensions meta-port help

2005-03-22 Thread Paul Schmehl
--On Tuesday, March 22, 2005 12:13:24 PM -0600 [EMAIL PROTECTED] wrote: 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