Aaron Sloman wrote:
> Just out of curiosity, did imsh work OK in earlier versions of
> Redhat?
On a Redhat machine here running kernel 2.4, ved_imsh works with two
versions of bash, called bash-1.14.7-23.6x and bash2-2.03-8.
If the error message saying "unable to determine terminal type" is
coming from bash, could the problem be that the TERM environment
variable isn't getting set for some reason?
Or could this be the problem with libtermcap that has been mentioned
before? Something like poplog looking for /lib/libtermcap.so.2, when
the library file from the linux distribution is called
/lib/libtermcap.so.2.xxx. If that is it, the solution is
ln -s /lib/libtermcap.so.2.xxx /lib/libtermcap.so.2
(where you replace xxx by whatever the file is really called).
Steve
|