[mapserver-users] Problem compiling with Mapserver 6 and GEOS 3.3.0
Carlos Ruiz
boolean10001 at yahoo.com
Mon Aug 8 13:03:12 PDT 2011
Hi all,
I have the following error while compiling Mapserver 6 and GEOS 3.3.0:undefined reference to `GEOSFree'.
The ./configure shows that it is using the geos-config version 3.3.0, so it is taking the GEOS version I was compiled just before.
I was looking at http://trac.osgeo.org/mapserver/ticket/3347 to find any help and I did the following:
So I have to edit the Makefile file to see what was happening. And then I modified the following line:
GEOS_LIB= -L/usr/local/lib -lgeos_c
For this one:
GEOS_LIB= -L/usr/local/lib -lgeos
And then I was able to compile Mapserver.
Is there an error with the make file ?
Thanks in advance !
IC Carlos Ruiz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapserver-users/attachments/20110808/95ec2366/attachment.htm>
More information about the MapServer-users
mailing list