[GRASSLIST:8250] Re: Installation errors
Silvia Franceschi
silvia.franceschi at ing.unitn.it
Tue Sep 13 01:24:40 EDT 2005
Hi Giacomo,
> I've just installed on a DELL sever with Fedora the GRASS binaries for
> Fedora Core 3, but GRASS is not working properly:
>
> When it starts d.m I receive the following error:
> > d.m&
> >
> > Error in startup script: ps.map: error while loading shared
>
> libraries: libgdal.so.1: cannot open shared object file: No such file
> or directory
> while executing
> "exec ps.map -p"
> (procedure "DmPrint::init" line 14)
> invoked from within
> "DmPrint::init"
> (procedure "main" line 32)
> invoked from within
> "main $argc $argv"
> (file
> "/usr/local/grass6.0.0-i686-pc-linux-gnu-14_03_2005/etc/dm/d.m.tcl"
> line 894)
>
> [1]+ Exit 1 d.m
>
> Similar error with nviz
>
> > nviz
>
> nviz: error while loading shared libraries: libgdal.so.1: cannot open
> shared object file: No such file or directory
>
>
> Any solution?
This error can be due to two problems:
1) you forgot to install gdal
2) fedora searches the gdal libraries where they aren't. There are several
ways to solve this. You could search with:
locate libgdal.so.1
where the libs are on your system and link them to a folder where fedora for
sure finds them.
ex. libs is in /usr/local/lib and you link it to /usr/lib
as root:
ln -s /usr/local/lib/libgdal.so.1 /usr/lib/libgdal.so.1
Ciao,
HydroloGIS :)
PS: probably if the problem is the second, you will experience the same with
the proj.
>
> Thanks, Giacomo
>
>
> ************************************************
> Giacomo Bertoldi
> Dept. of Civil and Environmental Engineering
> Duke University
> ************************************************
--
____________________________________________________________________________
HydroloGIS - Environmental Open Source Solutions
Via Siemens, 19
39100 Bolzano
www.hydrologis.com
Silvia Franceschi
Environmental Engineer
tel: +390471068066
mobile: +393384501332
email: silvia.franceschi at hydrologis.com
____________________________________________________________________________
More information about the grass-user
mailing list