[Gdal-dev] GRASS/GDAL plugin issue

Markus Neteler neteler at itc.it
Thu Mar 3 14:14:16 EST 2005


Hi,

after recompiling GDAL from scratch, I no longer get the
GRASS plugin working. What I did:

- compiled GDAL
   ./configure \
    --without-grass \
    --without-libgrass \
    ...

- rm -f /usr/local/lib/gdal_GRASS.so

#building GRASS 6.0 plugin support
(
 cd frmts/grass/pkg/
 ./configure --with-grass=$HOME/grass60/dist.i686-pc-linux-gnu

 ln -sf ../*.cpp .
 make
 make install
 make clean
)

Now I have
ldd /usr/local/lib/gdal_GRASS.so
        linux-gate.so.1 =>  (0xffffe000)
        libgrass_I.so => /home/neteler/soft/60grass_cvsexp/dist.i686-pc-linux-gnu/lib/libgrass_I.so (0x4000a000)
        libgrass_vask.so => /home/neteler/soft/60grass_cvsexp/dist.i686-pc-linux-gnu/lib/libgrass_vask.so (0x4001a000)
...

But:
 gdalinfo /home/neteler/grassdata/utm32n/PERMANENT/cellhd/ebergoetzen.rgb
ERROR 4: `/home/neteler/grassdata/utm32n/PERMANENT/cellhd/ebergoetzen.rgb' not recognised as a supported file format.

GDALOpen failed - 4
`/home/neteler/grassdata/utm32n/PERMANENT/cellhd/ebergoetzen.rgb' not recognised as a supported file format.

Local problem or did anything change recently?
I tried on two different machines where things were working so far.

Thanks for any hint

 Markus




More information about the Gdal-dev mailing list