LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   OpenSSH update gone sour... (3.1 to 3.9) (https://www.linuxquestions.org/questions/linux-software-2/openssh-update-gone-sour-3-1-to-3-9-a-239036/)

stellarmarine1 10-05-2004 09:43 AM

OpenSSH update gone sour... (3.1 to 3.9)
 
I am currently trying to update my openssh from version 3.1 to version 3.9 on RedHat AS 2.1 with a 2.4.9-enterprise kernel. I am running into dependency error after dependency error. That is not the worst part though... When the dependencies are resolved and I go to upgrade the rpm (rpm -U) I get programs that say they require the older version. How do I get around this?

I am trying to update:

openssh-3.1p1-14
openssh-server-3.1p1-14
openssh-askpass-3.1p1-14
openssh-clients-3.1p1-14
openssh-askpass-gnome-3.1p1-14

to:
openssh-3.9p1-3.i386.rpm
openssh-server-3.9p1-3.i386.rpm
openssh-askpass-3.9p1-3.i386.rpm
openssh-clients-3.9p1-3.i386.rpm
openssh-askpass-gnome-3.9p1-3.i386.rpm

Code:

rpm -Uvh openssh-3.9p1-3.i386.rpm
error: failed dependencies:
        libcrypto.so.4  is needed by openssh-3.9p1-3
        libselinux is needed by openssh-3.9p1-3
        libselinux.so.1  is needed by openssh-3.9p1-3
        openssh = 3.1p1-14 is needed by openssh-askpass-3.1p1-14
        openssh = 3.1p1-14 is needed by openssh-askpass-gnome-3.1p1-14
        openssh = 3.1p1-14 is needed by openssh-clients-3.1p1-14
        openssh = 3.1p1-14 is needed by openssh-server-3.1p1-14

Code:

rpm -Uvh openssh-*               
error: failed dependencies:
        libcrypto.so.4  is needed by openssh-3.9p1-3
        libselinux is needed by openssh-3.9p1-3
        libselinux.so.1  is needed by openssh-3.9p1-3
        libatk-1.0.so.0  is needed by openssh-askpass-gnome-3.9p1-3
        libgdk-x11-2.0.so.0  is needed by openssh-askpass-gnome-3.9p1-3
        libgdk_pixbuf-2.0.so.0  is needed by openssh-askpass-gnome-3.9p1-3
        libglib-2.0.so.0  is needed by openssh-askpass-gnome-3.9p1-3
        libgmodule-2.0.so.0  is needed by openssh-askpass-gnome-3.9p1-3
        libgobject-2.0.so.0  is needed by openssh-askpass-gnome-3.9p1-3
        libgtk-x11-2.0.so.0  is needed by openssh-askpass-gnome-3.9p1-3
        libpango-1.0.so.0  is needed by openssh-askpass-gnome-3.9p1-3
        libpangox-1.0.so.0  is needed by openssh-askpass-gnome-3.9p1-3
        libpangoxft-1.0.so.0  is needed by openssh-askpass-gnome-3.9p1-3
        libcrypto.so.4  is needed by openssh-clients-3.9p1-3
        libselinux.so.1  is needed by openssh-clients-3.9p1-3
        libcrypto.so.4  is needed by openssh-server-3.9p1-3
        libselinux.so.1  is needed by openssh-server-3.9p1-3
        libwrap.so.0  is needed by openssh-server-3.9p1-3

My main issue I would have to say is finding all the lib files. Is there something that I can install that will include these?

Please help me..... :(

stellarmarine1 10-05-2004 08:38 PM

I have just been informed by a co-worker that I cannot install this version of OpenSSH on the current kernel and I would have to update the kernel first to use OpenSSH 3.9...

Does this sound right, and if so what options are available to patch the vulnerability with these early versions of OpenSSH?


All times are GMT -5. The time now is 05:49 AM.