Re: netcdf4

2009-05-22 Thread Ryan Schmidt
On May 22, 2009, at 18:16, David Evans wrote: Christopher Barker wrote: --enable-dap required libcurl, which got pulled in from: /usr/lib/libcurl.3.dylib Should it use a macport libcurl instead? If so, how do I get it to do that? To use the MacPorts libcurl (MacPorts libraries should b

Re: php 5.9.2 curl 7.19.4 Incompatible library version

2009-05-22 Thread Ryan Schmidt
On May 22, 2009, at 15:02, Helgi Hrafn Halldórsson wrote: for the /opt/local/lib/libcurl.4.dylib $ strings /opt/local/lib/libcurl.4.dylib | grep CLIENT CLIENT libcurl 7.19.4 CLIENT libcurl 7.19.4 CLIENT libcurl 7.19.4 $ otool -L /opt/local/lib/libcurl.4.dylib | grep curl -i /opt/local/lib/lib

Re: netcdf4

2009-05-22 Thread David Evans
Christopher Barker wrote: Bryan Blackburn wrote: On Thu, May 21, 2009 at 05:39:08PM -0700, Christopher Barker said: so it looks like netcdf4 support has been commented out. Anyone know why? Probably related to ticket #16262: arrgg! I just spent a c

Re: netcdf4

2009-05-22 Thread Christopher Barker
Bryan Blackburn wrote: On Thu, May 21, 2009 at 05:39:08PM -0700, Christopher Barker said: so it looks like netcdf4 support has been commented out. Anyone know why? Probably related to ticket #16262: arrgg! I just spent a couple hours learning about

Re: php 5.9.2 curl 7.19.4 Incompatible library version

2009-05-22 Thread Helgi Hrafn Halldórsson
for the /opt/local/lib/libcurl.4.dylib $ strings /opt/local/lib/libcurl.4.dylib | grep CLIENT CLIENT libcurl 7.19.4 CLIENT libcurl 7.19.4 CLIENT libcurl 7.19.4 $ otool -L /opt/local/lib/libcurl.4.dylib | grep curl -i /opt/local/lib/libcurl.4.dylib: /opt/local/lib/libcurl.4.dylib (compatibility

Re: php 5.9.2 curl 7.19.4 Incompatible library version

2009-05-22 Thread Bryan Blackburn
On Fri, May 22, 2009 at 08:17:43AM -0700, harabanar said: > > Hi .. > > I have been trying to upgrade my php5 installation from 5.2.5 to 5.2.9 but > every time I try to restart the apache server or I get the error > > "Reason: Incompatible library version: php requires version 6.0.0 or later,

Re: php 5.9.2 curl 7.19.4 Incompatible library version

2009-05-22 Thread Helgi Hrafn Halldórsson
Wrong subject .. thw php version is 5.2.9 .. SORRY ! -- Helgi Hrafn Halldórsson Tölvunarfræðingur B.Sc www.helgihrafn.net hel...@gmail.com On 22.5.2009, at 15:17, harabanar wrote: Hi .. I have been trying to upgrade my php5 installation from 5.2.5 to 5.2.9 but every time I try to res

php 5.9.2 curl 7.19.4 Incompatible library version

2009-05-22 Thread harabanar
Hi .. I have been trying to upgrade my php5 installation from 5.2.5 to 5.2.9 but every time I try to restart the apache server or I get the error "Reason: Incompatible library version: php requires version 6.0.0 or later, but libcurl.4.dylib provides version 5.0.0" Can anyone help me? Some i