logo
Published on PostGIS.fr (http://old.postgis.fr)

Installation de MapServer

By emaille
Créé 27 Avr 2006 - 09:22

Bonjour,

C'est un peu en marge de PostGIS mais j'ai une erreur de compilation de MapServer (versions essayées : 4.6.2, 4.8.1, 4.8.3) :

gcc -O2 -fPIC -Wall -DIGNORE_MISSING_DATA -DNEED_STRLCAT -DUSE_EPPL -DUSE_PROJ -DUSE_WMS_SVR -DUSE_WFS_LYR -DUSE_TIFF -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DUSE_PDF -DUSE_OGR -DUSE_GDAL -DUSE_ICONV -DUSE_THREAD -DUSE_ZLIB -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include shp2img.o -L. -lmap -L/usr/local/lib -lgd -ljpeg -lfreetype -L/usr/local/lib -lpng -lz -lpdf -L/usr/local/lib64 -ltiff -ljpeg -lfreetype -L/usr/local/lib -lpng -lz -lproj -ljpeg -L/usr/local/lib -lgdal -L/usr/local/lib -lcurl -lz -ldl -lz -lpthread -lc -lz -lm -lstdc++ -o shp2img
./libmap.a(mappdf.o): In function `msDrawRasterLayerPDF':mappdf.c:(.text+0xb48): référence indéfinie vers « gdImageJpegPtr »
./libmap.a(mappdf.o): In function `msSaveImagePDF':mappdf.c:(.text+0xfc1): référence indéfinie vers « gdImageJpegPtr »
./libmap.a(mappdf.o): In function `msDrawWMSLayerPDF':mappdf.c:(.text+0x13c1): référence indéfinie vers « gdImageJpegPtr »
./libmap.a(mappdf.o): In function `msDrawMarkerSymbolPDF':mappdf.c:(.text+0x1d7e): référence indéfinie vers « gdImageJpegPtr »
collect2: ld returned 1 exit status
make: *** [shp2img] Erreur 1

Les options de configure :

./configure --with-tiff=/usr/local --with-jpeg=/usr/local --with-png=/usr/local \
--with-threads --with-proj --with-postgis --with-pdf \
--with-mapscript --with-gdal=/usr/local/bin/gdal-config \
--with-gd=/usr/local --with-freetype=/usr/local --with-ogr --with-wmsclient\
--with-wfs --with-wfsclient \
--with-php=/home/simulation/emaille/php-5.1.2

J'ai du mal a m'y retrouver, je vous remercie de votre aide

EM


Source URL:
http://old.postgis.fr/node/326