[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: SSH troubles
- To: unlisted-recipients:;@terminator.rs.itd.umich.edu (no To-header on input)
- Subject: Re: SSH troubles
- From: Mikko Larjava <mitala@nic.funet.fi>
- Date: Mon, 30 Mar 1998 17:03:44 +0300 (EET DST)
- Cc: Mint Mailing List <mint@atari.archive.umich.edu>
- In-reply-to: <Pine.MNT.3.96-MiNT.980329201804.127A-100000@falcon>
- Sender: mitala@nic.funet.fi
On Sun, 29 Mar 1998, Juhani Sivusalo wrote:
> I'm trying to compile secure shell (SSH 1.2.22) but with no luck :(
> in but then I can't type anything to console. It seems that terminal is
> reading what I type but it's not going out. C-c and C-z doesn't work
> either.
You need portlib. Read and write calls should be replaced be __mint_read
and __mint_write. They return proper values for calls that would block.
Just been wondering why implementations on mintlib doesn't do that...
> What could cause this problem? Where should I start to find cure? Has
> anyone compiled working version of SSH to MiNT?
Have use it a couple of months now. Works great.