hello everyone,
i am new to GRASS and am looking to set up a GRASS
mapserver.
I Installed gdal-grass-1.3.1.1.tar.gz
./configure --with-gdal=/usr/local/bin/gdal-config
--with-grass=/home/rochelle/grass-6.0.0
make
su
make install
But,
gdal_translate --formats shows no GRASS support.
i cd to /usr/local/bin and then linked
/home/rochelle/grass-6.0.0/lib/*.so to .
Also installing gdal-grass-1.3.1.1.tar.gz shows a
different version(1.2.3) on using gdal_translate
--version.
I have only one gdal installed.
To debug i moved the gdal_translate to
gdal_translate.old and again installed
gdal-grass-1.3.1.1.tar.gz . But again the
gdal_translate created showed version 1.2.3
why is this happening?
kindly help.
Rochelle
gdal-config --version
1.3.1
gdal_translate --version
GDAL 1.2.3.0, released 2004/08/25
gdalinfo --version
GDAL 1.2.3.0, released 2004/08/25
gdal-config,gdal_translate and gdalinfo are in
/usr/local/bin
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
the GRASS plugin for GDAL must be installed in the correct dir, check
README file, etc that comes with it.
Also installing gdal-grass-1.3.1.1.tar.gz shows a
different version(1.2.3) on using gdal_translate
--version.
I have only one gdal installed.
Apparently not.
To debug i moved the gdal_translate to
gdal_translate.old and again installed
gdal-grass-1.3.1.1.tar.gz . But again the
gdal_translate created showed version 1.2.3
why is this happening?
..
gdal-config --version
1.3.1
gdal_translate --version
GDAL 1.2.3.0, released 2004/08/25
gdalinfo --version
GDAL 1.2.3.0, released 2004/08/25
gdal-config,gdal_translate and gdalinfo are in
/usr/local/bin
try uninstalling as much as you can (does "make uninstall" work for gdal?)
then reinstalling.
note version number is probably taken from "libgdal.*" not what's in /bin/.
libgdal in both /usr/local/lib/ and /usr/lib/ ?