[GRASS5] [bug #3843] (grass) ps.map: error while loading shared libraries: libgdal.so.1: cannot open shared object file: No such file or directory

this bug's URL: http://intevation.de/rt/webrt?serial_num=3843
-------------------------------------------------------------------------

Subject: ps.map: error while loading shared libraries: libgdal.so.1: cannot open shared object file: No such file or directory

Platform: GNU/Linux/i386
grass obtained from: Mirror of Trento site
grass binary for platform: Downloaded precompiled Binaries

deepak here

error in script ps.map: error while loading shared libraries: libgdal.so.1: cannot open shared object file: No such file or directory

-------------------------------------------- Managed by Request Tracker

this bug's URL: http://intevation.de/rt/webrt?serial_num=3843
---------------------------------------------------------------------

Subject: ps.map: error while loading shared libraries: libgdal.so.1:
cannot open shared object file: No such file or directory

Platform: GNU/Linux/i386
grass obtained from: Mirror of Trento site
grass binary for platform: Downloaded precompiled Binaries

(ie the generic linux binaries I assume)

deepak here

error in script ps.map: error while loading shared libraries:
libgdal.so.1: cannot open shared object file: No such file or
directory

GDAL must be installed (gdal.org), see the "Requirements" section on the
downloads page. If GDAL *is* already installed make sure it installed
something called "libgdal.so.1" (run `locate libgdal`).

If "libgdal.so.1" doesn't exist but something like "libgdal.so" does,
make a symlink from the name of the existing library to the name of the
library that GRASS is looking for. eg:

ln -a /usr/lib/libgdal.so /usr/lib/libgdal.so.1

Or if it is in /usr/local/lib/, make sure that dir is listed in
/etc/ld.so.conf. If not, add it and rerun "ldconfig".

Hamish