[GRASSweb-list]markus: web/faq nviz_problem.html,NONE,1.1 index.html,1.16,1.17 wishnotfound.html,1.2,1.3

grass at intevation.de grass at intevation.de
Thu Mar 6 04:50:55 EST 2003


Author: markus

Update of /grassrepository/web/faq
In directory doto:/tmp/cvs-serv30802

Modified Files:
	index.html wishnotfound.html 
Added Files:
	nviz_problem.html 
Log Message:
added NVIZ lib faq

--- NEW FILE: nviz_problem.html ---
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<title>GRASS FAQ: NVIZ fails</title>
<body bgcolor=#FFFFFF>

<h2>GRASS FAQ: NVIZ fails</h2>
<b>Question:</b><p>
I am running GRASS on Linux <i>some_distro</i>, I ran into a problem with
NVIZ:
<pre>
"/usr/local/grass5/nviz2.2/NWISH2.2: error loading shared libraries:libtk.so.0
cannot open shared object file:
No such file or directory child process exited normally..."
</pre>
Why?

<p>
<B>Answer:</B><p>

Do you have the <b>tcl</b> and <b>tk</b> libraries installed?
This problem appears quite often. NVIZ can't find the libs, maybe because it's
renamed in your distribution. You just have to create a softlink to the
libs. Example:
<pre>
cd /usr/libs/
ln -s libtk8.3.so.0 libtk.so.0
</pre>

The same may be needed with libtcl.xxx.so.

<p>
<address>
GRASS Development Team<br>
$Date: 2003/03/06 09:50:52 $
</address>
<hr>
<A HREF="index.html">Go back to GRASS GIS FAQ...</A>
</HTML>

Index: index.html
===================================================================
RCS file: /grassrepository/web/faq/index.html,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- index.html	23 Dec 2002 09:51:10 -0000	1.16
+++ index.html	6 Mar 2003 09:50:52 -0000	1.17
@@ -69,6 +69,9 @@
 When using GRASS and the graphical user interface, I get 
 <a href="wishnotfound.html"><tt>tcltkgrass: line3: exec: wish: not found</tt></a>
 <li>
+NVIZ: 
+<a href="nviz_problem.html"><tt>error loading shared libraries...</tt></a>
+<li>
 When installing GRASS 5.x Linux
 binaries I get:<a href="termcap.html"> error while loading shared libraries:
 libtermcap !</a></li>

Index: wishnotfound.html
===================================================================
RCS file: /grassrepository/web/faq/wishnotfound.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- wishnotfound.html	23 Dec 2002 09:51:10 -0000	1.2
+++ wishnotfound.html	6 Mar 2003 09:50:52 -0000	1.3
@@ -1,8 +1,9 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
-<title>GRASS FAQ: wish not found?</title>
+<title>GRASS FAQ: wish not found</title>
 <body bgcolor=#FFFFFF>
 
+<h2>GRASS FAQ: wish not found</h2>
 <b>Question:</b><p>
 I have installed Grass5 using binaries in a PC runing Linux.
 After defining a project area and after typing 'tcltkgrass&' I got following





More information about the grass-web mailing list