RE: [gdal-dev] error when opening wcs descriptor

2009-05-20 Thread godofredo contreras
correctly. Regards Godofredo Contreras > From: even.roua...@mines-paris.org > To: gdal-dev@lists.osgeo.org > Subject: Re: [gdal-dev] error when opening wcs descriptor > Date: Wed, 20 May 2009 19:43:55 +0200 > CC: fr...@hotmail.com > > Godofredo, > > This is ver

Re: [gdal-dev] error when opening wcs descriptor

2009-05-20 Thread Even Rouault
Godofredo, This is very surprising. wms and wcs drivers are only compiled if libcurl is available. Assuming your platform is Linux : My guess is that you have configured a first time without libcurl support, compiled, observed that libcurl support was missing, reconfigured with libcurl support

[gdal-dev] error when opening wcs descriptor

2009-05-20 Thread godofredo contreras
Hi: I compiled gdal 1.6 from svn source with libcurl, when running gdalinfo --formats wcs, and wms support is listed. But when running gdalinfo descriptor.xml I get the following error: ERROR 6: GDAL/OGR not compiled with libcurl support, remote requests not support ed. gdalinfo failed -