On Nov 30, 2009, at 2:16 PM, grass-user-request@lists.osgeo.org wrote:
Date: Mon, 30 Nov 2009 13:03:16 -0600
From: Ross Benisch <benisch89@hotmail.com>
Subject: [GRASS-user] Trouble setting location and projection
To: <grass-user@lists.osgeo.org>
Message-ID: <COL121-W561C882825F5984EB916E8B6970@phx.gbl>
Content-Type: text/plain; charset="iso-8859-1"
I am trying to set the project location and cordinate system using the 6.4.0svn version for windows but I keep getting the projection error,
'g.proj.exe-p' when I try and start Grass. I have a GIS background and I am frustrated that I can't get it to work. I want to use the projection nad83UTM Zone 14N. I have read through all of the tuturiols and help sheets and looked at the FAQs with no such luck. I really want to use this program to help with my job so if you would help me get started I would greatly appreciate it.
Sincerely,
Ross Benisch
Can you give us some more specific information? Are you using the location wizard? Is this the newest windows binary? Which version of Windows are you using? What exactly is the error message that you get?
g.proj or projection error while loading shared libraries :libproj.so.0
cannot open sharedobject file:no such file or directories.
after click ok.... error in start up script:cannot read "proj_is_ll"no such
variable exists
while executing
"if { $proj_is_ll } {
# Explore mode is off by default (can't peer past 90deg)
set exploremode($mon) 0
} else {
# Explore mode is on by..."
(procedure "MapCanvas::create" line 38)
invoked from within
"MapCanvas::create"
(procedure "Gm::startmon" line 11)
invoked from within
"Gm::startmon"
(procedure "Gm::create" line 79)
invoked from within
"Gm::create"
(procedure "main" line 30)
invoked from within
"main $argc $argv"
(file "/usr/local/grass-6.4.0RC5/etc/gm/gm.tcl" line 566)
libraries :libproj.so.0 cannot open sharedobject file:no such file or
directories.
how to solve please help me???/
how did you install it? by a package or with make + make install?
if so, you probably have to add /usr/local/lib to /etc/ld.so.conf
and re-run ldconfig (as root). This adds the new library to the
main library search path.