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

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:

–with-gdal

This sounded redundant to me at first, but actually solved somehow.

Thanks.

On Thu, Aug 9, 2012 at 9:32 AM, Markus Metz <markus.metz.giswork@gmail.com> wrote:

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. Correct?

HTH,

Markus M


Dr. Margherita Di Leo