[gdal-dev] ESRI FileGDB not available in Docker ubuntu-full after enabling WITH_FILEGDB

Nyall Dawson nyall.dawson at gmail.com
Wed Jul 13 20:37:01 PDT 2022


On Thu, 14 Jul 2022 at 10:21, Travis Featherston <bespin at gmail.com> wrote:
>
> I'm unable to see the ESRI FileGDB driver after enabling it in the Dockerfile
>
> Steps
> 1) git clone https://github.com/OSGeo/gdal.git
> 2) Edit docker/ubuntu-full/Dockerfile; set ARG WITH_FILEGDB=yes
> 3) ubuntu-full/build.sh --release --gdal v3.5.1 --proj master
> 4) docker run --rm osgeo/gdal:ubuntu-full-v3.5.1 ogr2ogr --formats |grep -i gdb
>
> Result
> It seems to build successfully without any warning/errors but only the Open driver is available.
> OpenFileGDB -vector- (rov): ESRI FileGDB

Slightly off topic response: Is there a particularly compelling reason
you want the FileGDB driver over the OpenFileGDB driver? On GDAL
master builds the open driver is better in almost every way :D

Nyall


More information about the gdal-dev mailing list