Changes between Version 35 and Version 36 of FileGDB


Ignore:
Timestamp:
Feb 23, 2013, 11:44:13 AM (11 years ago)
Author:
arkottke
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FileGDB

    v35 v36  
    6868FileGDB is supported through ./configure
    6969
    70 Assuming you've installed ''libFileGDBAPI'' library under the default location, the procedure of adding FileGDB support to GDAL/OGR is simple and you only need to provide GDAL/OGR ''configure'' with the path to the FileGDB installation (replace /usr/local/FileGDB_API with whereever you extracted FileGDB_API_<version>.tar.gz)
     70Assuming you've installed ''libFileGDBAPI'' library under the default location, the procedure of adding FileGDB support to GDAL/OGR is relatively simple.
    7171
    72 prefix:
     72First, you need to append the FileGDB_API path (e.g., ''/usr/local/FileGDB_API/lib'') to ''/etc/ld.so.conf''. Next, update the dynamic linker with: ''sudo ldconfig''.  Finally, provide GDAL/OGR ''configure'' with the path to the FileGDB installation (replace /usr/local/FileGDB_API with whereever you extracted FileGDB_API_<version>.tar.gz) prefix:
    7373
    7474{{{