Eduardo, Have you compiled MapServer once before? How did you install GD - was it using an RPM package or was it already part of your operating system? I suspect that you may have installed it using a gd rpm file, in that case you need to also install the gd-devel rpm. This will provide the necessary files for compiling GD support into MapServer.
Hope that helps! Tyler ----- Original Message ----- From: Eduardo Arévalo <[EMAIL PROTECTED]> Date: Friday, April 21, 2006 10:04 am Subject: [UMN_MAPSERVER-USERS] Error in installation and to mapserver 4.8.3 > hello: > At the moment to execute following > $. /configure > > $ ./configure --prefix=/usr/local/mapserver > --with-ogr=/usr/local/gdal/bin/gdal-config > --with-gdal=/usr/local/gdal/bin/gdal-config --with- > apache=/usr/local/apache2--with-httpd=/usr/local/apache2/bin -- > with-wfsclient --with-wmsclient > --enable-debug --with-curl-config=/usr/bin/curl-config > --with-proj=/usr/local/proj4 --with-tiff=/usr/local/tiff > --with-gd=/usr/local/gd/lib --with-jpeg=/usr/lib > --with-freetype=/usr/local/freetype2/bin/freetype-config > --with-postgis=/var/lib/pgsql/bin/pg_config > > it finishes executing and it reports the following error ...... > > ..... > ........ > configure: error: Could not find gd.h or libgd.a/libgd.so in > /usr/local/gd/lib. > Make sure GD 2.0.16 or higher is compiled before calling > configure. You may > als > o get this error if you didn't specify the appropriate location > for one of > GD's > dependencies (freetype, libpng, libjpeg or libiconv). > > reports the same error when executing simple > $. /configure > > the version of gd installed is gd 2.0.33 > > aid please > > excuse the english >
