[postgis-tickets] [PostGIS] #3492: postgis 2.2 configure requires GEOS 3.3+ but really needs GEOS 3.5+
PostGIS
trac at osgeo.org
Sat Mar 5 14:13:29 PST 2016
#3492: postgis 2.2 configure requires GEOS 3.3+ but really needs GEOS 3.5+
---------------------+---------------------------
Reporter: rwman | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.2.2
Component: postgis | Version: 2.2.x
Keywords: |
---------------------+---------------------------
In the configure.ac file there is a rquirement of GEOS 3.3+
In fact when i tried to launch postgis 2.2 with libgeos 3.4 i got an
error:
{{{
demorest=# CREATE EXTENSION postgis;
ERROR: could not load library
"/usr/lib/postgresql93/lib64/postgis-2.2.so":
/usr/lib/postgresql93/lib64/postgis-2.2.so: undefined symbol:
GEOSClipByRect
}}}
To resolve the issue i had to update to version 3.5 as suggested here:
http://lists.osgeo.org/pipermail/postgis-users/2016-January/041098.html
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/3492>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list