[GRASSweb-list]markus: web/faq termcap.html,1.1,1.2

grass at intevation.de grass at intevation.de
Sat Oct 26 10:26:54 EDT 2002


Author: markus

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

Modified Files:
	termcap.html 
Log Message:
added second termcap trick

Index: termcap.html
===================================================================
RCS file: /grassrepository/web/faq/termcap.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- termcap.html	25 Oct 2002 07:59:24 -0000	1.1
+++ termcap.html	26 Oct 2002 14:26:52 -0000	1.2
@@ -17,7 +17,19 @@
 <b>Answer:</b><p>
 After the installation of the termcap library, GRASS will work.
 <P>
-SuSe Linux: the termcap library is located in package series [a]
+E.g., for SuSe Linux: the termcap library is located in package series [a]
+<P>
+
+Failing that, try creating a symbolic link, e.g.
+
+<pre>
+        cd /lib
+        ln -s libncurses.so.5 /usr/lib/libtermcap.so.2
+</pre>
+(Use a path and version which is correct for your system.)
+<P>
+On systems which don't have a separate libtermcap, the functionality
+which it provides is often included in libncurses.
 
 
 <hr>





More information about the grass-web mailing list