Hello All,<br><br>I&#39;m trying to install mapserver and have a new error. When I run `./mapserv&#39; I get the following message:<br>&quot;./mapserv: error while loading shared libraries: libcurl.so.4: cannot open shared object file: No such file or directory&quot;<br>
<br>I&#39;m installing this on a linux system, and following the directions here:<br><a href="http://mapserver.org/installation/unix.html#installation">http://mapserver.org/installation/unix.html#installation</a><br><br>I&#39;m using the following options: <br>
<br>./configure \<br>--enable-debug  \<br>--with-gd=/home/david/src/GD/src \<br>--with-curl-config=/home/david/bin/curl-config \<br>--with-freetype --without-tiff \<br>--with-gdal=/home/david/bin/gdal-config \<br>--with-ogr=/home/david/bin/gdal-config \<br>
--with-proj=/home/david/src/proj-4.7.0/ \<br>--without-pdf \<br>--with-threads \<br>--with-postgis=/home/david/bin/pg_config \<br>--with-wfs --with-wcs --with-wmsclient --with-wfsclient \<br>--with-php=$HOME --enable-debug \<br>
--with-geos=/home/david/bin/geos-config \<br>--with-python \<br>--with-gif=$HOME \<br>–-with-wfsclient \<br>--with-kml<br><br>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?<br>
<br>Thanks,<br>David<br><br><br><br><br><br><br>