Hello,
Using GRASS 5.7 CVS version of Aug. 12, I get the following error trying
to import a shapefile with v.in.ogr:
v.in.ogr dsn=/home/mlennert/GISDATA/SHAPEFILES output=communes
layer=communes min_area=0.0001 snap=0.001
v.in.ogr: relocation error: v.in.ogr: undefined symbol: GPJ_osr_to_grass
Am I missing something in my installation ?
I am running GRASS on Debian testing/unstable with proj 4.4.7-3.
Moritz
Using GRASS 5.7 CVS version of Aug. 12, I get the following error
trying to import a shapefile with v.in.ogr:
v.in.ogr dsn=/home/mlennert/GISDATA/SHAPEFILES output=communes
layer=communes min_area=0.0001 snap=0.001
v.in.ogr: relocation error: v.in.ogr: undefined symbol:
GPJ_osr_to_grass
Am I missing something in my installation ?
I am running GRASS on Debian testing/unstable with proj 4.4.7-3.
proj 4.4.8-3 just moved into Debian/testing. Are you sure you are using
the same version of proj you compiled with? Perhaps you need to recompile.
The problem actually was already in my configure statement as I defined
the wrong emplacement for gdal-config...
Thank you Hamish !
Moritz