Hello All, I'm trying to install mapserver and have a new error. When I run `./mapserv' I get the following message: "./mapserv: error while loading shared libraries: libcurl.so.4: cannot open shared object file: No such file or directory"
I'm installing this on a linux system, and following the directions here: http://mapserver.org/installation/unix.html#installation I'm using the following options: ./configure \ --enable-debug \ --with-gd=/home/david/src/GD/src \ --with-curl-config=/home/david/bin/curl-config \ --with-freetype --without-tiff \ --with-gdal=/home/david/bin/gdal-config \ --with-ogr=/home/david/bin/gdal-config \ --with-proj=/home/david/src/proj-4.7.0/ \ --without-pdf \ --with-threads \ --with-postgis=/home/david/bin/pg_config \ --with-wfs --with-wcs --with-wmsclient --with-wfsclient \ --with-php=$HOME --enable-debug \ --with-geos=/home/david/bin/geos-config \ --with-python \ --with-gif=$HOME \ –-with-wfsclient \ --with-kml When I installed curl, I just used the default options (./.configure, make, make install). Do I need to install curl using specific arguments to include libcurl? Thanks, David
_______________________________________________ mapserver-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapserver-users
