Hello List,<br><br>I&#39;m trying to install Mapserver on CentOS5 (specifically on a Webfaction shared hosting server). I&#39;m using the following options:<br><br>./configure --prefix=$HOME \<br>--enable-debug  \<br>--with-gd \<br>
--with-freetype --without-tiff \<br>--with-gdal=/home/david/src/gdal-1.8.1/apps/gdal-config \<br>--with-ogr=/home/david/src/gdal-1.8.1/apps/gdal-config \<br>--with-proj=/home/david/src/proj-4.7.0/ \<br>--without-pdf \<br>
--with-png=/usr/ --with-threads \<br>--with-postgis=/home/david/src/postgresql-8.4.6/src/bin/pg_config \<br>--with-wfs --with-wcs --with-wmsclient --with-wfsclient \<br>--with-php=/usr/include/php5/ --enable-debug \<br>--with-geos=/home/david/bin/geos-config \<br>
--with-python \<br>--with-gif=/home/david/src/giflib-4.1.6/lib/gif_lib.h<br><br>However I get the following error:<br><br>checking setjmp.h usability... yes<br>checking setjmp.h presence... yes<br>checking for setjmp.h... yes<br>
configure: checking where GIF is installed...<br>configure: error: cannot find gif lib in /home/urbmet/src/giflib-4.1.6/lib/gif_lib.h<br><br>After I got this error the first time, I installed giflib-4.1.6. The results of running $ find | grep gif_lib.h<br>
./include/gif_lib.h<br>./src/giflib-4.1.6/lib/gif_lib.h<br>./src/giflib-4.1.6/doc/gif_lib.html<br>./src/gdal-1.8.1/frmts/gif/giflib/gif_lib.h<br><br>I have tried --with-gif with all of the following arguments, either to the folder or to gif_lib.h without success. Am I missing any settings or dependencies?<br>
<br>Thanks,<br>David<br><br><br>