[postgis-tickets] [PostGIS] #4078: test_gdal_configured fails with GDAL 2.3.0-rc1

PostGIS trac at osgeo.org
Mon May 7 02:41:28 PDT 2018


#4078: test_gdal_configured fails with GDAL 2.3.0-rc1
-----------------------------+---------------------------
  Reporter:  Bas Couwenberg  |      Owner:  pramsey
      Type:  defect          |     Status:  new
  Priority:  high            |  Milestone:  PostGIS 2.4.5
 Component:  postgis         |    Version:  2.4.x
Resolution:                  |   Keywords:
-----------------------------+---------------------------

Comment (by Bas Couwenberg):

 The gdal Debian package has used
 `/usr/share/gdal/<GDAL_VERSION_MARJOR>.<GDAL_VERSION_MINOR>` for
 `GDAL_DATA` for a very long time.

 {{{
 # ls -l $(gdal-config --datadir)/gcs.csv
 -rw-r--r-- 1 root root 54388 May  4 16:33 /usr/share/gdal/2.3/gcs.csv
 }}}

 `CPLFinderInit()` is patched to use this path instead of
 `/usr/share/gdal`.

 I suspect this code path is not used in 2.3 any more.

-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4078#comment:2>
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