Hello,
I can't seem to figure out why I need both GLIBC_2.0 and GLIBC_2.1 to
install ssh1 and ssh2. I'm using RPM 3.0 on my RedHat Linux
distribution version 5.1 with glibc version 2.0.7. The following shows
what happens when I try to install the ssh rpm from
ftp://utopia.hacktic.nl/pub/crypto/linux/redhat/i386/:
[root@mojo /usr/local]# rpm -ivh ssh-1.2.27-5i.i386.rpm
error: failed dependencies:
libc.so.6(GLIBC_2.1) is needed by ssh-1.2.27-5i
libc.so.6(GLIBC_2.0) is needed by ssh-1.2.27-5i
How do I satisty the dependencies? Do I upgrade, or do I put a
"Provides: libc.so.6(GLIBC_2.0)" line in my /etc/rpmrc file?
Where can I read about troubleshooting when installing ssh with RPM?
Thanks in advance.
Pat