[gdal-dev] Building GDAL with FileGDB support

Stuart Edwards sedwards2 at cinci.rr.com
Thu Feb 23 11:26:53 EST 2012


On Feb 23, 2012, at 3:12 AM, Paolo Corti wrote:

>> I am trying to build GDAL with FileGDB support on Ubuntu 10.4 using the recipe on the GDAL wiki.  I have installed GDAL 1.9.0 in /usr/local/ and have placed FileGDB_API from the ArcGIS resource center at /usr/local.  Configure --with-fgdb produces a config summary that shows 'yes' for 'with fgdb support'.  However, after 'make' and 'make install', the tests for ogrinfo fail - no FileGDB format is acknowledged.  I have put the FileGDB_API directory in the GDAL_DRIVER_PATH.
>> 
>> Any ideas on what I may have done incorrectly would be much appreciated.
>> 
> 
> Hi Stuart
> I think I have your same configuration, for me was enough to add
> FileGDB_API/lib to the LD_LIBRARY_PATH variable, and fileGDB driver is
> working perfectly.
> Hope it helps
> P

That didn't work for me unfortunately.  Quite a puzzle ... the feedback during the compile process shows that fgdb is being supported and there are no warnings or errors. However, fgdb just isn't making it to the list at 'ogrinfo --formats', nor will it open the test set 'test_fgdb.gdb'

Stu


More information about the gdal-dev mailing list