[GRASSLIST:1928] Re: pie/bar chart of vect variables in 5.0.x
Paul Kelly
paul-grass at stjohnspoint.co.uk
Mon Dec 1 15:20:48 EST 2003
On Mon, 1 Dec 2003, Martin Wegmann wrote:
> Error in startup script: ps.map: error while loading shared libraries:
> libproj.so.0: 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 30)
> invoked from within
> "main $argc $argv"
> (file "/usr/local/grass57-29_11_2003/etc/dm/d.m.tcl" line 785)
>
Make sure your libproj.so.0 is installed in a directory your system
searches for shared libraries in, e.g. add this directory to your
LD_LIBRARY_PATH environment variable or on Linux to the list in /etc/ld.so.conf
and run ldconfig.
More information about the grass-user
mailing list