On Tue, 30 Mar 1999, Kermit Tensmeyer wrote:
> >>>>> "Shantanu" == Shantanu Roy <[EMAIL PROTECTED]> writes:
>
> Shantanu> Hi, I was wondering if anyone has had a working version
> Shantanu> of ssh on an SGI/Irix box? I can get throught the
> Shantanu> compile just file and the daemon starts up ok too, but
> Shantanu> while connecting from another box is shuts off the
> Shantanu> connection after the motd is displayed. Any ideas?
>
>
> Let's see. It seems to compile but when you try to generate keys, it
> just takes a long time? Connections never seem to connect. Transfers
> are slower than ftp over a 1200baud modem?
>
> yep it's SGI IRIX!
>
> go into the configuration and turn off the assembly code, especially
> in the large number emulation package. Using the C version will allow
> the SGI implementation to complete. Using the assembly version (under
> other os's) will make it run at a decent speed.
>
> Never got it to run with the Gnu Compiler, but only with the SGI
> compiler. (6.2, 6.5)
I've had no trouble with it, and all I use is gcc. The last one I built
it with, egcs 1.1.1, worked just great. Compiles and runs. In fact,
under IRIX 6.5, I didn't even have to disable the asm stuff. I've been
building SSH under all sorts of IRIX versions (5.3, 6.2, 6.3, 6.4.1, 6.5)
and platforms (r4k, r5k, r10k), all with gcc of some recent version
(2.7.2+, 2.8+, egcs 1.0.2+).
I built it like this:
% cd ssh-1.2.26
% mkdir r10k-irix-6.5
% cd r10k-irix-6.5
% setenv CFLAGS "-I/opt/security/include"
% setenv LIBS "-L/usr/local/lib -L/opt/security/lib -lwrap -lbind"
% ../configure \
--prefix=/opt/security \
--with-rsaref \
--with-rsh=/usr/bsd/rsh \
--with-etcdir=/opt/security/etc \
--program-transform-name='s/^s/r/' \
--disable-scp-stats \
--disable-all-scp-stats \
--with-libwrap \
--srcdir=..
% sudo make install
And poof, all there.
Don
--
Don Badrak <[EMAIL PROTECTED]> 301.457.8263 work
Telecommunications Office 301.457.4438 fax
U.S. Bureau of the Census
Suitland MD, USA