1

I am using macOS Mojave and Homebrew with latest update. I have tried to install gdal 3.0.1 and filegdb plugins via homebrew-osgeo4mac tap as below:

brew tap osgeo/osgeo4mac
brew install osgeo-gdal
brew install osgeo-gdal-filegdb

After complete, I could not find FileGDB on the listed format after checking via ogrinfo —formats only OpenFileGDB on the list with read-only support

How to enable write support for FileGDB in macOS? I have follow various solution that already answered in this forum with no success.

For comparison, I installed GDAL+FileGDB plugin from gisinternals repo in Windows 10, and FileGDB on the list with write support.

asked Sep 25, 2019 at 16:00

1 Answer 1

2

I think I solved my own problem. So its because gdal and filegdb has different version (v3.0.1 vs v2.4.1) and not symlink correctly to /usr/local/lib/gdalplugins/3.0

What I did, change line 4 in osgeo-gdal-filegdb.rb with latest gdal 3.0.1 link from osgeo-gdal.rb in line 23 Then do brew upgrade osgeo-gdal-filegdb

rw enabled for filegdb

answered Sep 29, 2019 at 0:10

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.