Re: [gdal-dev] Compiling GDAL --with-oci

2010-06-04 Thread Lucena, Ivan
Smith, Michael D ERDC-CRREL-NH wrote: Ivan, Oracle express edition does support SDO_GEOMETRY. Mike Hi Mike, Thanks for your correction. I always thought that the express edition was not capable to support Simple Feature therefore it would not be useful with GDAL/OGR/OCI. That would cl

Re: [gdal-dev] Compiling GDAL --with-oci

2010-06-04 Thread Smith, Michael D ERDC-CRREL-NH
Ivan, Oracle express edition does support SDO_GEOMETRY. Mike -- Michael Smith Remote Sensing/GIS Center US Army Corps of Engineers Hanover, NH On 6/4/10 3:05 AM, "Lucena, Ivan" wrote: > Iván Sánchez Ortega wrote: >> El 04/06/2010 10:46, Mateusz Loskot escribió: >>> open config.log and

Re: [gdal-dev] Compiling GDAL --with-oci

2010-06-04 Thread Lucena, Ivan
Iván Sánchez Ortega wrote: El 04/06/2010 10:46, Mateusz Loskot escribió: open config.log and locate bits related to "Oracle OCI" configure:25057: checking for Oracle OCI headers in /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/ configure:25100: g++ -c -I/usr/lib/oracle/xe/app/oracle/pr

Re: [gdal-dev] Compiling GDAL --with-oci

2010-06-04 Thread Iván Sánchez Ortega
By the way, during compile, I ran through this: In file included from xtiff.c:17: xtiffio.h:10:20: error: tiffio.h: No such file or directory An "apt-get install libtiff-dev" solves it. I'd appreciate it if the check for the tiff libraries would look for this header file :-) Now I'm running

Re: [gdal-dev] Compiling GDAL --with-oci

2010-06-04 Thread Mateusz Loskot
On 04/06/10 10:38, Iván Sánchez Ortega wrote: El 04/06/2010 10:46, Mateusz Loskot escribió: open config.log and locate bits related to "Oracle OCI" configure:25057: checking for Oracle OCI headers in /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/ configure:25100: g++ -c -I/usr/lib/oracle

Re: [gdal-dev] Compiling GDAL --with-oci

2010-06-04 Thread Iván Sánchez Ortega
El 04/06/2010 10:46, Mateusz Loskot escribió: open config.log and locate bits related to "Oracle OCI" configure:25057: checking for Oracle OCI headers in /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/ configure:25100: g++ -c -I/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/rdbms/pu

Re: [gdal-dev] Compiling GDAL --with-oci

2010-06-04 Thread Mateusz Loskot
On 04/06/10 09:37, Iván Sánchez Ortega wrote: The problem: Running "./configure --with-oci" results in the following: checking for Oracle OCI headers in /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/rdbms/public... header not found However, that directory (which is inside $ORACLE_HOME)

[gdal-dev] Compiling GDAL --with-oci

2010-06-04 Thread Iván Sánchez Ortega
Hi all, I'm trying to compile GDAL with Oracle support. I'm using a Debian box, with the "oracle-xe-client" package installed from the Oracle repo ("deb http://oss.oracle.com/debian unstable main non-free"). Version is 10.2.0. The GDAL source files are a fresh SVN checkout from two days ago.