[gdal-dev] Issues with FileGDB support

Paul Norman penorman at mac.com
Fri Mar 15 11:31:47 PDT 2013


> From: gdal-dev-bounces at lists.osgeo.org [mailto:gdal-dev-
> To: gdal-dev at lists.osgeo.org
> Subject: [gdal-dev] Issues with FileGDB support
> 
> Hello
> 
> I have built gdal from source (1.9.2, latest stable) with Esri FileGDB
> support included. This is specified during the configuration, --with-
> fgdb=/usr/local/FileGDB_API/.
> 
> The configuration and build goes well and I can see that the fileGDB
> libs get linked but when I check the format support with for example
> 'ogrinfo --format' FileGDB doesn't show up. ldd shows that the binary is
> linked to the fileGDB libs.
> 
> At this point I guess that the most likely explanation for this is an
> error in the code, but I haven't checked it.
> 
> So, is FileGDB support working for you?

It's been awhile, but I successfully built gdal with FileGDB support.

My notes indicate I used ./configure --with-fgdb=/home/pnorman/FileGDB_API
and installed files from that location to /usr/local/lib/libFileGDBAPI.so
and /usr/local/lib/libfgdbunixrtl.so, as well as
/usr/share/doc/filegdb-api/.

I believe I installed from svn, and ogrinfo --version reports GDAL 2.0dev,
released 2011/12/29



More information about the gdal-dev mailing list