Hi, Trying to compile GDAL on RHEL6 x864_64. It's failing looking for libcurl when linking. I don't need curl in this machine, and it's not installed. My configure line is as follows:
./configure --prefix=/home/User/bin/ --with-libtiff=internal --with-hdf4=/usr/lib64/hdf --without-curl --without-expat --without-mysql --without-dwgdirect --without-odbc --with-python --without-oci --without-sqlite3 --without-oci-include --without-oci-lib --without-grib Unrelated to curl, in order to configure HDF4, I need the line above. However, I then need to go into GDALmake.opt and edit the content of HDF4_INCLUDE to point to /usr/include/hdf. But how can I get rid of the curl dependency? Thanks! Jose
_______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
