Re: [GRASS-dev] error compiling against gdal with oracle support

2012-08-09 Thread Margherita Di Leo
Sorry I forgot to mention that I'm on Red-Hat uname -r 2.6.32-279.2.1.el6.x86_64 On Wed, Aug 8, 2012 at 2:37 PM, Margherita Di Leo dileomargher...@gmail.com wrote: Dear all, today I have ri-compiled gdal 1.9.1 because i needed to add the Oracle support, and I've followed step by step the

Re: [GRASS-dev] error compiling against gdal with oracle support

2012-08-09 Thread Markus Metz
What does gdalinfo --formats say? When you compile GRASS with gdal, all the libraries that gdal needs must be in the library path, even if GRASS itself does not link to them directly. Therefore I guess that gdalinfo --formats and ogrinfo --formats are currently not working on your system.

Re: [GRASS-dev] error compiling against gdal with oracle support SOLVED

2012-08-09 Thread Margherita Di Leo
Thank you Markus for answering, actually both gdalinfo --formats and ogrinfo --formats were working properly. At this very moment I made another tentative and figured out what was the problem. In my grass configure file I specified: --with-gdal=/usr/local/bin/gdal-config instead of simple:

[GRASS-dev] error compiling against gdal with oracle support

2012-08-08 Thread Margherita Di Leo
Dear all, today I have ri-compiled gdal 1.9.1 because i needed to add the Oracle support, and I've followed step by step the excellent how to listed here: http://www.paolocorti.net/2011/03/22/compiling-gdal-with-oracle-support/ Everything went smooth and the support is working properly. Problem