Changes between Version 3 and Version 4 of ArcSDE


Ignore:
Timestamp:
Apr 29, 2011, 10:53:30 AM (13 years ago)
Author:
warmerdam
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ArcSDE

    v3 v4  
    11= ArcSDE =
    22
    3 Use of the [http://www.gdal.org/frmt_sde.html GDAL] or [http://www.gdal.org/ogr/drv_sde.html OGR] ArcSDE drivers requires building GDAL/OGR with the ArcSDE client libraries. These are obtained from ESRI, normally on the SDE product CDs or perhaps as part of developer kit.  It is not normally available for free.
     3Use of the [http://www.gdal.org/frmt_sde.html GDAL SDE Raster] or [http://www.gdal.org/ogr/drv_sde.html OGR ArcSDE] drivers requires building GDAL/OGR with the ArcSDE client libraries. These are obtained from ESRI, normally on the SDE product CDs or perhaps as part of developer kit.  It is not normally available for free.
    44
    55== Building on Linux ==
     
    1414Note that the directory specified to --with-sde should have subdirectories "etc", "include" and "lib".  The version is the version number multiplied by 10, so ArcSDE 9.3 would be "93".
    1515
     16=== Known Issues ===
     17
     18==== 64bit linux ====
     19
     20Version of GDAL/OGR 1.8.0 or earlier will not normally work properly on x86_64 (64bit) linux systems due to the lack of the SDE64 define.  This can be manually added in gdal-1.8.0/GDALmake.opt's CFLAGS as "-DSDE64" to work around the problem.  It is corrected as part of ticket #4051.