[postgis-tickets] [PostGIS] #4259: PostGIS 2.5 unable to compile with GDAL 2.3
PostGIS
trac at osgeo.org
Tue Nov 27 00:49:03 PST 2018
#4259: PostGIS 2.5 unable to compile with GDAL 2.3
----------------------+---------------------------
Reporter: nstires | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.5.2
Component: postgis | Version: 2.5.x
Resolution: | Keywords: postgis gdal
----------------------+---------------------------
Comment (by Algunenano):
> It seems to require GDALv1 however.
Not at all. In Travis (https://travis-ci.org/postgis/postgis/) you can see
it building against multiple releases of Gdal (1.1, 2.2 and 2.3).
That step is trying to link against gdal using the flags provided by
`gdal-config`. Please check that the output of `gdal-config` matches
what's installed in your system:
{{{
$ gdal-config --cflags
-I/usr/include
$ gdal-config --libs
-L/usr/lib -lgdal
}}}
If that's correct, please check the output of `config.log` for the
compiler error message.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4259#comment:1>
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