Hello list,
I have both gdal-1.1.9 and proj-4.4.7,
but when I start grass5.7, I give this error message:
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 27)
invoked from within
"main"
(file
"/usr/local/src/GIS/grass57_exp_2003_10_04/dist.i686-pc-linux-gnu/etc/dm/d.m.tcl"
line 76
-----------------------
and when I want to use v.in.ogr, I give this error:
error while loading shared libraries: libgdal.1.1.so:
cannot open shared object file: No such file or
directory
would you please help me, what should I do?
Regards
Maliheh
__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com
You must have installed libproj.so.0 and libgdal.1.1.so in a directory
that is not automatically searched by your system for shared libraries.
You need to add this directory to your LD_LIBRARY_PATH environment
variable or (on Linux) add it to the list in /etc/ld.so.conf and run
/sbin/ldconfig (It is not a problem with GRASS).
I want to use the database in Grass 5.0.2.
I have installed all the library except : motif, readline, lapac, blas!
The only driver that there is in the list of the database driver is the
odbc, but if I wanto to create a database with db.createdb I asked to use
another driver, but there isn't anyone excepted the odbc.
What can I do?
I've tried to installa all the library of SQL and My-SQL but the situation
doesn't change.