id summary reporter owner description type status priority component version resolution keywords cc 42 SDE Driver : MSVCP71D.dll (debug) dependency Mike Taves hobu "While attempting to use gdal-sde92 (1.5.0-1) on a Win2003SP2 computer, I get 2 errors: the first described in this ticket, and the second being an (older?) issue from GDAL ticket 2552. After installing gdal-sde92 (1.5.0-1) from OSGeo4W Curr, trying a command like gdalinfo.exe shows a dialog (twice): {{{ This application has failed to start because MSVCP71D.dll was not found. }}} and console output: {{{ ERROR 1: Can't load requested DLL: c:\OSGeo4W\bin\gdalplugins\gdal_SDE.dll 126: The specified module could not be found. ERROR 1: Can't load requested DLL: c:\OSGeo4W\bin\gdalplugins\gdal_SDE.dll 126: The specified module could not be found. }}} This error is due to the build of gdal_SDE.dll with debugging enabled (MSVCP71'''D'''.dll). This dependency should exist. More info: {{{ $ gdalinfo.exe --version GDAL 1.5.4, released 2009/01/07 }}} ---- The second error is when ogrinfo is used on something normal, like ""ogrinfo myshapefile.shp"": {{{ $ ogrinfo myshapefile.shp ERROR 4: SDE Driver doesn't support update. Had to open data source read-only. INFO: Open of `myshapefile.shp' using driver `ESRI Shapefile' successful. 1: myshapefile (Point) }}} This error is likely related to http://trac.osgeo.org/gdal/ticket/2552 I do not know how to get the version info from OGR (-version or --version or -v or -V flags do nothing). " defect closed major Package wontfix pkg-gdal-sde92 warmerdam