[ELGIS] TR: GDAL 1.8.0 add OGC Web Map Service format - WMS

Mathieu Baudier mbaudier at argeo.org
Wed Jun 22 11:59:04 EDT 2011


> I will now look at it in a clean mock environment.

The mock build shows the issue:

setting DODS root directory to /usr/lib64
checking for curl-config... /usr/bin/curl-config
        found libcurl version 7.15.5
checking for curl_global_init in -lcurl... no
disabled
checking for sqlite3_open in -lsqlite3... yes

...

  EPSILON support:           no
  cURL support (wms/wcs/...):no
  PostgreSQL support:        yes

On my workstation I have the following installed:

[mbaudier at alma rpmbuild]$ sudo yum list *curl*
Installed Packages
curl.i386                               7.15.5-9.el5_6.2               installed
curl.x86_64                             7.15.5-9.el5_6.2               installed
curl-devel.x86_64                       7.15.5-9.el5_6.2               installed
Available Packages

But in the spec file we only have:

BuildRequires: curl-devel
(no 'curl')

I added 'curl' to the BuildRequires, but I still have the issue in mock.

I'm investigating further, in order to find the difference between my
workstation and the mock environment.


More information about the el mailing list