> From: [email protected] [mailto:gdal-dev- > To: [email protected] > 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 _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
