I had originally tried installing Mapserver with GEOS 3.0, giving me the error message below. I have since installed GEOS 2.2.3, and pointed my Mapserver 5.0 configure script at its installed location (e.g. /usr/local/geos2_2_3), and got exactly the same error message as you see below.
Thanks, Bill Daniel Morisette wrote: > Which version of GEOS are you using? I believe we version 2.2.3 or more > recent is required and the configure script should look for that, but > maybe for some reason the test failed? > Daniel William Hudspeth wrote: > ./libmapserver.a(mapgeos.o): In function `msGEOSLength': > mapgeos.c:(.text+0xf22): undefined reference to `GEOSLength' > ./libmapserver.a(mapgeos.o): In function `msGEOSArea': > mapgeos.c:(.text+0xf92): undefined reference to `GEOSArea' > collect2: ld returned 1 exit status > make: *** [shp2img] Error 1 > --
