Daniel Warmling wrote:
> 
> I have a SCO Open Server 5.0.5. I would like to install SSH
> in this machine, but i can't compile SSH in the SCO.
> It's possible install SSH in SCO ? What version ? Where i
> get a trial version ?
> 
>    Daniel Warmling

I've been able to build and run SSH 1.2.27 on OSR5 using the following -

configure --host=i386-unknown-sysv4 --disable-asm
make

- using the native compiler and gcc 2.7.2.

At the same time I was also able to compile SSH 2.0.13 using the
following -

configure --host=i386-unknown-sysv4
make

- but had problems with it disconnecting.

I haven't tried with any of the newer builds of SSH (v1 or v2) or with
OpenSSH.

As for a 'trial version', I think you'll have to grab the source and
build it. Due to the various export issues (and probably licensing
issues too) it has never made it on to the Skunkware distribution.

--
David.

Reply via email to