Hi, I am trying to build gdal-1.6.3 in Linux(Fedora 9). I am trying the following commands: #./configure #make #make install (not yet done) However, once I run make, I am getting following error: /home/gdal-1.6.3/.libs/libgdal.so: undefined reference to `curl_easy_perform' /home/gdal-1.6.3/.libs/libgdal.so: undefined reference to `curl_easy_getinfo' /home/gdal-1.6.3/.libs/libgdal.so: undefined reference to `curl_easy_init' /home/gdal-1.6.3/.libs/libgdal.so: undefined reference to `curl_slist_append' /home/gdal-1.6.3/.libs/libgdal.so: undefined reference to `curl_multi_add_handle' /home/gdal-1.6.3/.libs/libgdal.so: undefined reference to `curl_multi_fdset' /home/gdal-1.6.3/.libs/libgdal.so: undefined reference to `curl_multi_init' /home/gdal-1.6.3/.libs/libgdal.so: undefined reference to `curl_easy_cleanup' /home/gdal-1.6.3/.libs/libgdal.so: undefined reference to `curl_multi_perform' /home/gdal-1.6.3/.libs/libgdal.so: undefined reference to `curl_multi_cleanup' /home/gdal-1.6.3/.libs/libgdal.so: undefined reference to `curl_multi_remove_handle' /home/gdal-1.6.3/.libs/libgdal.so: undefined reference to `curl_slist_free_all' /home/gdal-1.6.3/.libs/libgdal.so: undefined reference to `curl_multi_info_read' /home/gdal-1.6.3/.libs/libgdal.so: undefined reference to `curl_easy_setopt'
I am not sure what is causing the problem and how to resolve it. /******************************************************************************/ In case you want to see the output of ./configure, its given below: GDAL is now configured for i686-pc-linux-gnu Installation directory: /usr/local C compiler: gcc -g -O2 C++ compiler: g++ -g -O2 LIBTOOL support: yes LIBZ support: external GRASS support: no CFITSIO support: no PCRaster support: internal NetCDF support: no LIBPNG support: external LIBTIFF support: external (BigTIFF=no) LIBGEOTIFF support: internal LIBJPEG support: external LIBGIF support: external OGDI support: no HDF4 support: no HDF5 support: no Kakadu support: no JasPer support: no ECW support: no MrSID support: no MSG support: no GRIB support: yes cURL support (wms/wcs/...):yes PostgreSQL support: no MySQL support: no Ingres support: no Xerces-C support: yes NAS support: no Expat support: yes ODBC support: no PGeo support: no OCI support: no GEORASTER support: no SDE support: no DODS support: no SQLite support: yes DWGdirect support no INFORMIX DataBlade support:no GEOS support: no Old-gen python no SWIG Bindings: no Statically link PROJ.4: no enable OGR building: yes enable pthread support: no hide internal symbols: no /****************************************************/ Thanks in advance, Abhishek Shukla -- View this message in context: http://n2.nabble.com/error-in-building-gdal-1-6-3-in-Linux-Fedora-9-tp4674196p4674196.html Sent from the GDAL - Dev mailing list archive at Nabble.com. _______________________________________________ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev