Re: ssh2 for 6.0 continued...
Alec Voropay <[email protected]> Fri, 21 Jun 2002 10:43:37 +0400 (MSD)
| Newsgroups | gmane.linux.redhat.sparc |
|---|---|
| Message-ID | <[email protected]> |
Hi! It is possible to build new OpenSSH from standart RedHat RawHide : ftp://ftp.redhat.com/pub/redhat/linux/rawhide/SRPMS/SRPMS/ The main problem is "openssl" package. It is impossible to build new OpenSSH on RedHat 6.x platform by default. Starting from RedHat 7.0 they've changed package names. On RedHat 6.x there was only one "openssl" package: openssl-0.9.5a On RedHat 7.x : openssl-0.9.6b openssl096-0.9.6 openssl095a-0.9.5a New "openssh-3.2.3p1" requires package named "openssl" _AND_ version 0.9.6 . On RedHat 6.x your rpm will try to build new OpenSSH vs old "openssl". So, you need to change spec file to build OpenSSH with "openssl096" or upgrade default system "openssl" to 0.9.6 (may broke some apps ??) . See bug 60924 on RedHat Bugzilla : http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=60924 -- -=AV=-