[postgis-tickets] [PostGIS] #5480: Old geos on docker latest image 3.4
PostGIS
trac at osgeo.org
Mon Aug 21 14:34:51 PDT 2023
#5480: Old geos on docker latest image 3.4
-----------------------------------+---------------------------
Reporter: latot | Owner: strk
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 3.4.1
Component: build/upgrade/install | Version: 3.4.x
Keywords: |
-----------------------------------+---------------------------
Hi!, I was testing the new release of 3.4 on docker, using the
postgis/postgis:latest (I already pulled the new image).
And then I found this:
```
ST_LineMerge(
ST_Collect(
vpv.half2,
next_geom.half1
),
true
) geom
ERROR: Directed line merging requires a build against GEOS-3.11 or higher,
this version of PostGIS was built against version 3.9.0
```
Now idea why, the latest image is compiled with a old version of geos.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5480>
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