dave, i got this error just yesterday.
the configure worked for me after re-installing gd with fontconfig support (this was on a gentoo machine) if you notice, the output just before configure bails is - checking for gdFontCacheSetup in -lgd... no configure.log might be able to give you more ideas as well. i'd try the fontconfig support first. ak On 5/15/08, TallDave <[EMAIL PROTECTED]> wrote: > > > First time mapserver install. Below is my config script and output. Any > insight into why libgd is not working out here? I am running this on > Solaris 9. As you can see libgd.so definitely exists in the required > directory and it has no problem accessing jpeg, freetype, png, iconv. > > Thanks! > Dave > > unix:mapserver-5.0.2> cat conf_mapserv.sh > # MapServer configure command > # May 2 2008 > > ./configure --with-debug \ > --with-freetype \ > --with-zlib \ > --with-png \ > --with-jpeg \ > --with-libiconv \ > --with-gd=/usr/local/lib \ > --with-proj \ > --with-threads \ > --with-ogr \ > --with-gdal \ > --with-tiff \ > --with-oraclespatial \ > --with-wfs \ > --with-wcs \ > --with-wfsclient \ > --with-wmsclient \ > --with-curl-config \ > --with-warnings \ > --enable-debug > > > > unix:mapserver-5.0.2> cat install_mapserver.log > checking for gcc... gcc > checking for C compiler default output file name... a.out > checking whether the C compiler works... yes > checking whether we are cross compiling... no > checking for suffix of executables... > checking for suffix of object files... o > checking whether we are using the GNU C compiler... yes > checking whether gcc accepts -g... yes > checking for gcc option to accept ANSI C... none needed > checking for g++... g++ > checking whether we are using the GNU C++ compiler... yes > checking whether g++ accepts -g... yes > checking for ranlib... ranlib > checking for flex... flex > checking for yywrap in -lfl... yes > checking lex output file root... lex.yy > checking whether yytext is a pointer... yes > checking for bison... bison -y > checking if compiler supports -R... yes > checking for exp in -lm... yes > checking for __gxx_personality_v0 in -lstdc++... yes > checking how to run the C preprocessor... gcc -E > checking for egrep... grep -E > checking for ANSI C header files... yes > checking for strcasecmp... yes > checking for strncasecmp... yes > checking for strdup... yes > checking for strlcat... yes > checking for vsnprintf... yes > MapServer Version from mapserver.h: '5.0.2' > configure: checking where FreeType 2.x is installed... > checking for freetype-config... /usr/local/bin/freetype-config > using libfreetype from -L/usr/local/lib -R/usr/local/lib -lfreetype > -lz > checking for FT_Init_FreeType in -lfreetype... yes > using libfreetype -lfreetype from system libs. > configure: checking where Zlib is installed... > checking for zlibVersion in -lz... yes > using libz from system libs (-DUSE_ZLIB). > configure: checking where PNG is installed... > checking for png_init_io in -lpng... yes > using libpng from system libs. > configure: checking whether we should include JPEG support... > checking for jpeg_read_header in -ljpeg... yes > using libjpeg from system libs. > configure: checking where libXpm is installed... > using libXpm from -L/lib -lXpm -lX11 > configure: checking where libiconv is installed... > checking for iconv_open in -lc... yes > checking for libiconv_open in -liconv... yes > using libiconv from -L -liconv > libiconv found. Enabling internationalization (-DUSE_ICONV) > configure: checking for GD 2.0.16 or higher... > checking for gdFontCacheSetup in -lgd... no > configure: checking whether GD needs libiconv... > checking for gdFontCacheSetup in -lgd... no > configure: error: Could not find gd.h or libgd.a/libgd.so in > /usr/local/lib. > Make sure GD 2.0.16 or higher is compiled before calling configure. You may > also get this error if you didn't specify the appropriate location for one > of GD's dependencies (freetype, libpng, libjpeg or libiconv). > > unix:mapserver-5.0.2> ls -l /usr/local/lib/libgd.* > -rw-r--r-- 1 root other 806416 May 2 14:33 > /usr/local/lib/libgd.a > -rwxr-xr-x 1 root other 1055 May 2 14:33 > /usr/local/lib/libgd.la* > lrwxrwxrwx 1 root other 14 May 2 14:33 > /usr/local/lib/libgd.so -> libgd.so.2.0.0* > lrwxrwxrwx 1 root other 14 May 2 14:33 > /usr/local/lib/libgd.so.2 -> libgd.so.2.0.0* > -rwxr-xr-x 1 root other 815700 May 2 14:33 > /usr/local/lib/libgd.so.2.0.0* > > unix:mapserver-5.0.2> grep VERSION /usr/local/include/gd.h > #define GD_MAJOR_VERSION 2 > #define GD_MINOR_VERSION 0 > #define GD_RELEASE_VERSION 35 > #define GD_EXTRA_VERSION "" > #define GD_VERSION_STRING "2.0.35" > > > -- > View this message in context: > http://www.nabble.com/GD-2.0.35-installed-but-not-found-tp17262832p17262832.html > Sent from the Mapserver - User mailing list archive at Nabble.com. > > _______________________________________________ > mapserver-users mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/mapserver-users >
_______________________________________________ mapserver-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapserver-users
