Re: [gdal-dev] Build OGR with Oracle support

2009-06-23 Thread Normand Savard
Normand Savard wrote: Mateusz Loskot wrote: I maintain macros detecting Oracle (autotools at http://github.com/mloskot/workshop/tree/) which are used in GDAL and I'm interested in improving it, so feel free to report any problems Mateusz, I'm wondering if a switch could be add to detect

Re: [gdal-dev] Build OGR with Oracle support

2009-06-23 Thread Mateusz Loskot
Normand Savard wrote: Mateusz Loskot wrote: I maintain macros detecting Oracle (autotools at http://github.com/mloskot/workshop/tree/) which are used in GDAL and I'm interested in improving it, so feel free to report any problems Mateusz, I'm wondering if a switch could be add to

Re: [gdal-dev] Build OGR with Oracle support

2009-06-23 Thread Mateusz Loskot
Andreas Neumann wrote: ok - the problem could now be solved by setting the library path in /etc/ld.so.conf.d/oracle.conf and running ldconfig as root. Then all the libraries could be found. Somehow the LD_LIBRARY_PATH variable was constantly ignored, although it was set and could be queried

Re: [gdal-dev] Build OGR with Oracle support

2009-06-19 Thread Andreas Neumann
Hi, I was trying to get OCI support on my Ubuntu server and followed your instructions. I am struggling with the libnnz10.so: libnnz10.so is present and I also set the LD_LIBRARY_PATH accordingly. But the configure script still fails. In the config.log I get the following messages:

Re: [gdal-dev] Build OGR with Oracle support

2009-06-19 Thread Normand Savard
Mateusz Loskot wrote: Andreas Neumann wrote: /usr/bin/ld: warning: libnnz10.so, needed by /usr/local/lib/instantclient_10_2/libclntsh.so, not found (try using -rpath or -rpath-link) The path above and the path below are different. -L/home/fgs/fgs-dev/built/instantclient_11_1 -lc\ lntsh

Re: [gdal-dev] Build OGR with Oracle support

2009-06-19 Thread Normand Savard
Andreas Neumann wrote: Hi, I was trying to get OCI support on my Ubuntu server and followed your instructions. I am struggling with the libnnz10.so: libnnz10.so is present and I also set the LD_LIBRARY_PATH accordingly. But the configure script still fails. In the config.log I get the

Re: [gdal-dev] Build OGR with Oracle support

2009-06-18 Thread Ivan
Normand, Just a quick complimentary reference: Instant Client allows you to run your applications without installing the standard Oracle client or having an ORACLE_HOME. OCI, OCCI, Pro*C, ODBC, and JDBC applications work without modification, while using significantly less disk space than

Re: [gdal-dev] Build OGR with Oracle support

2009-06-16 Thread Mateusz Loskot
Normand Savard wrote: I checked in the configure.in script and everything seems alright. Could someone gives me some hints about why the library is not found? [...] /home/fgs/fgs-dev/built/instantclient_11_1... norm: -L/home/fgs/fgs-dev/built/instantclient_11_1 -lclntsh norm: