Re: [gdal-dev] Problem Compiling with Oracle (--with-oci)

2011-06-28 Thread Chris Hodgson
Just wanted to wrap this up with my final findings for anyone who stumbles onto this thread in the future. While the solution below did allow me to successfully build and connect to oracle, I also wanted to build with support for PostgreSQL/PostGIS. The PostgreSQL client also requires expat, a

Re: [gdal-dev] Problem Compiling with Oracle (--with-oci)

2011-06-21 Thread Chris Hodgson
Thanks for the confirmation Mike. I'm guessing the oracle instant client was compiled with a bit more care for the use of external developers. However I have managed to get a successful compile after setting the LDFLAGS environment variable to include the oracle lib folder (to get their old exp

Re: [gdal-dev] Problem Compiling with Oracle (--with-oci)

2011-06-21 Thread Smith, Michael D ERDC-CRREL-NH
s it: >>> >>> checking for XML_ParserCreate in -lexpat... yes >>> checking for Expat XML Parser headers in /usr/include... found >>> checking for Expat XML Parser... yes >>> >>> My suggestion is to isolate the problem by running ./configure, make and &g

Re: [gdal-dev] Problem Compiling with Oracle (--with-oci)

2011-06-21 Thread Nikolaos Hatzopoulos
e and then make clean, ./configure, make and >> gdalinfo without OCI, ex: >> >> % ./configure --with-expat=NO % ./configure --with-OCI=NO >> >> Configure will setup your makefiles, then you run make based on those new >> settings. >> Good luck. >> >

Re: [gdal-dev] Problem Compiling with Oracle (--with-oci)

2011-06-21 Thread Chris Hodgson
on those new settings. Good luck. Ivan ---Original Message--- From: Chris Hodgson To: gdal-dev@lists.osgeo.org Subject: Re: [gdal-dev] Problem Compiling with Oracle (--with-oci) Sent: Jun 21 '11 12:38 What would need changed in the configure file? There is no reference

Re: [gdal-dev] Problem Compiling with Oracle (--with-oci)

2011-06-21 Thread Ivan Lucena
configure --with-OCI=NO Configure will setup your makefiles, then you run make based on those new settings. Good luck. Ivan > ---Original Message--- > From: Chris Hodgson > To: gdal-dev@lists.osgeo.org > Subject: Re: [gdal-dev] Problem Compiling with Oracle (--with-oc

Re: [gdal-dev] Problem Compiling with Oracle (--with-oci)

2011-06-21 Thread Howard Butler
On Jun 20, 2011, at 5:43 PM, Chris Hodgson wrote: > I'm trying to compile GDAL/OGR with support for Oracle/OCI. I have the full > oracle 11g server installed on CentOS 5.3. > > # configure --with-oci=/opt/oracle/product/11.2.0/dbhome_1/ > # make > ... > libtool:. > g++: /ade/smayer_perl_510

Re: [gdal-dev] Problem Compiling with Oracle (--with-oci)

2011-06-21 Thread Chris Hodgson
GDAL/OGR stuff. Regards, Ivan ---Original Message--- From: Chris Hodgson mailto:chodg...@refractions.net>> To: gdal-dev@lists.osgeo.org <mailto:gdal-dev@lists.osgeo.org> Subject: [gdal-dev] Problem Compiling wi

Re: [gdal-dev] Problem Compiling with Oracle (--with-oci)

2011-06-20 Thread Nikolaos Hatzopoulos
ar.gz package from someone, not from a >> GDAL distribution. >> >> The OCI driver should not depend in nothing but OCI apart from GDAL/OGR >> stuff. >> >> Regards, >> >> Ivan >> >> >> >> >> >>> ---Original Messag

Re: [gdal-dev] Problem Compiling with Oracle (--with-oci)

2011-06-20 Thread Chris Hodgson
Chris Hodgson To: gdal-dev@lists.osgeo.org Subject: [gdal-dev] Problem Compiling with Oracle (--with-oci) Sent: Jun 20 '11 17:43 I'm trying to compile GDAL/OGR with support for Oracle/OCI. I have the full oracle 11g server installed on CentOS 5.3. # configure --with-oci=/opt

[gdal-dev] Problem Compiling with Oracle (--with-oci)

2011-06-20 Thread Chris Hodgson
I'm trying to compile GDAL/OGR with support for Oracle/OCI. I have the full oracle 11g server installed on CentOS 5.3. # configure --with-oci=/opt/oracle/product/11.2.0/dbhome_1/ # make ... libtool:. g++: /ade/smayer_perl_510/perl_source/expat_home/lib/libexpat.so: No such file or directory