Can we setup a nightly build to test against a GDAL 2.3 then? Or is that
what you are working towards...
--
Jody Garnett


On Wed, 26 Sep 2018 at 15:59, Torben Barsballe <tbarsba...@boundlessgeo.com>
wrote:

> I have recently been doing some testing with GeoServer and GDAL 2.3
>
> I have ran into one major issue - as of GDAL 2.3.0
> <https://trac.osgeo.org/gdal/wiki/Release/2.3.0-News#SWIGLanguageBindings>,
> the GDAL JNI bindings (formerly libgdaljni and libgdalconstjni) have been
> combined into libgdalalljni. This means that imageio-ext-gdalframework
> will be incompatible with GDAL 2.3.0 and newer, since it does a hardcoded
> System.loadLibrary call for the old binding.
>
> The quick workaround for this is to add a symlink named libgdaljni pointing
> at libgdalalljni.
>
> Longer term, I have opened a couple of PRs that check for the new name in
> a backwards-compatible fashion:
>
>    - https://github.com/geosolutions-it/imageio-ext/pull/170
>    - https://github.com/geotools/geotools/pull/2070
>
> Apart from that issue, GDAL 2.3.2 seems to work just fine in GeoServer - I
> was able to add and view stores in several different GDAL formats without
> issue.
>
> Cheers,
>
> Torben
> _______________________________________________
> Geoserver-devel mailing list
> Geoserver-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-devel
>
_______________________________________________
Geoserver-devel mailing list
Geoserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to