LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   updating SSH (https://www.linuxquestions.org/questions/linux-software-2/updating-ssh-30363/)

whaase 09-14-2002 01:51 PM

updating SSH
 
I wanted to update SSHd on my RH7.1. When I downloaded it and tried the following commands, this is what I got:

rpm -U openssh-3.1p1-6.i386.rpm

error: failed dependencies:
libcrypto.so.2 is needed by openssh-3.1p1-6
openssh = 2.5.2p2-5 is needed by openssh-askpass-2.5.2p2-5
openssh = 2.5.2p2-5 is needed by openssh-clients-2.5.2p2-5
openssh = 2.5.2p2-5 is needed by openssh-server-2.5.2p2-5



Then I tried this:

rpm -U openssh-server-3.1p1-6.i386.rpm

error: failed dependencies:
openssh = 3.1p1-6 is needed by openssh-server-3.1p1-6
libcrypto.so.2 is needed by openssh-server-3.1p1-6
libc.so.6(GLIBC_2.2.4) is needed by openssh-server-3.1p1-6


What am I doing wrong? What do I need to do?

Thanks, Walter:newbie:

Mara 09-14-2002 02:20 PM

There's a big version difference. Maybe try to compile it from source or find rpms de for RH7.1.

stickman 09-16-2002 10:53 AM

Looks like you need to get the latest versions of glibc and openssl.

whaase 09-16-2002 08:03 PM

I did one better. I upgraded to RH 7.3 :)

Walter

stickman 09-17-2002 03:19 AM

Did you apply any patches? I notice that the default RH 7.3 includes OpenSSH 3.1p1 and OpenSSL 0.9.6b. Both of these are affected by recent vulnerabilities. I don't run RH so I didn't check to see if they had fixed versions available.

whaase 09-17-2002 09:06 PM

I'll check it out. Thanks.

Walter.

markus1982 09-18-2002 01:15 PM

just do a
Code:

wget ftp://ftp.uni-stuttgart.de/pub/OpenB...rpm/RH73/*3.4*
rpm -Fvh openssh*3.4*.rpm



All times are GMT -5. The time now is 02:58 AM.