TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [TCLUG:22637] OpenSSH Install Question
"Thomas T. Veldhouse" wrote:
>
> Go visit http://www.rpm.org and take a look around. This is not a trivial
> process, and it involves creating a spec file and a sample build. I have
Yes it is a trivial process since since 2.x .spec files seem to be
standard out of the box, as well as src.rpms. Grab the src.rpm and 'rpm
--rebuild openssh-2.2.0p1-2.src.rpm'
ftp://ftp.eecs.umich.edu/pub/OpenBSD/OpenSSH/portable/rpm/openssh-2.2.0p1-2.src.rpm
You'll need OpenSSL installed before you can compile OpenSSH. Get that
at:
http://www.openssl.org/source/
rpm -tb should work on it...