[Mapserver-DE] Make Problem mit msGEOSArea und msGEOSLength
armin grubert
armin.grubert at lgb-rlp.de
Mon Jan 22 08:25:44 CET 2007
Liebe Liste,
ich versuche vergeblich mapserver 4.10 aus SuSE10.0 zu konfigurieren, mit:
proj4.4.9
gdal-1.3.2-3
geos-3.0.0rc3
PDFlib-Lite7.0.0p3
postgis-1.2.1
und folgendes script wird benutzt:
#! /bin/sh
# configure mapserver 4.10
# januar 2007
make clean
./configure --with-gd=/usr/ \
--with-httpd=/usr/sbin/httpd2 \
--with-pdf=/usr/local/ \
--with-postgis \
--with-proj=/usr/local/ \
--with-ogr \
--with-gdal=/usr/bin/gdal-config \
--with-geos=/usr/bin/geos-config \
--without-tiff \
--enable-point-z-m \
--with-wfs \
--with-wcs \
--with-wmsclient \
--with-wfsclient
--- configure endet erfolgreich mit:
configure: creating ./config.status
config.status: creating Makefile
config.status: creating mapscript/java/Makefile
config.status: creating mapscript/csharp/Makefile
--- make endet leider mit Fehler:
./libmap.a(mapgeos.o): In function `msGEOSArea':
mapgeos.c:(.text+0x17ca): undefined reference to `GEOSArea'
./libmap.a(mapgeos.o): In function `msGEOSLength':
mapgeos.c:(.text+0x183a): undefined reference to `GEOSLength'
collect2: ld returned 1 exit status
make: *** [shp2img] Fehler 1
Ältere Versionen von geos habe ich bereits ausprobiert, z.B. geos-2.2.1
wobei jedoch die gleiche Fehlermeldung auftritt.
Was kann ich tun?
Gruß
Armin
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)