<div dir="ltr">Hey, You don&#39;t need to do these things at all. You can just link<br>your /usr/lib/libncurses.so to libtermcap.so.2 and that would be OK!<br><br>Just try. :-)<br><br><div class="gmail_quote">2008/9/10 Ryo Furue <span dir="ltr">&lt;<a href="mailto:furue@hawaii.edu">furue@hawaii.edu</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">| I have Grads 2.0a3 installed on a Ubuntu system right now. &nbsp;I used<br>

| the i686 pre-compiled version that is offered on the site but I had<br>
| to make a few tweeks to get around the libtermcap issue.<br>
|<br>
| Heres what I had to do:<br>
| install the following Deb packages:<br>
| ldso_1.9.11-15_i386.deb<br>
| glibc5_5.4.46-15_i386.deb<br>
| termcap-compat_1.2.3_i386.deb<br>
<br>
</div>Another route may be to find RPM packages and convert them to Deb<br>
packages. &nbsp;Suppose you want version 2 of libtermcap. &nbsp;Then search<br>
Google for libtermcap . &nbsp;You&#39;ll find RPM packages containing<br>
libtermcap version 2, such as<br>
<br>
 &nbsp; libtermcap-2.0.8-41.i386.rpm<br>
<br>
Download one of them. &nbsp;Then convert it to a .deb package, like so:<br>
<br>
 &nbsp; $ su -<br>
 &nbsp; # cd /var/tmp<br>
 &nbsp; # alien /your/path/to/libtermcap-2.0.8-41.i386.rpm<br>
<br>
This produces a .deb package like<br>
<br>
 &nbsp; libtermcap_2.0.8-42_i386.deb<br>
<br>
Finally, install it as<br>
<br>
 &nbsp; # dpkg -i libtermcap_2.0.8-42_i386.deb<br>
<br>
If you don&#39;t have the alien command, install it using apt-get,<br>
aptitude, or an equivalent commend.<br>
<br>
This method is helpful when a Deb package is not available.<br>
For example, I don&#39;t think termcap-compat is available<br>
for the current Debian distributions. &nbsp;(I vaguely remember<br>
I used to use it.)<br>
<br>
Hope this helps,<br>
<font color="#888888">Ryo<br>
</font></blockquote></div><br><br clear="all"><br>-- <br>Regards,<br>Wang Jun<br>
</div>