openssh on minimum install
i installed redhat 7.3 minimum (about 600 MB).
When I saw that sshd wasn't installed, I try to download few openssh*
rpm to justify my mean as I wanted to work remotely.
However, this installing openssh is really toughy. Maybe some of you
can let me know of your own expericence.
1)when doing rpm -Uvh openssh*, I get below,
failed dependencies:
openssh = 3.4p1-2 is needed by openssh-server-3.4p1-2
libc.so.6(GLLIBC_2.3) is needed by openssh-server-3.4p1-2
So? I went around, I looked
rpm -q --whatprovides libc.so.6
and I got, glibc-2.2-5-34,
2)now, I went to download glibc-2.3 something, when I do , I get
below,
rpm -Uvh glibc-2.3.2-4.80.6.i386.rpm
error: failed dependencies:
glibc-common = 2.3.2-5.80.6 is need by glibc-2.3.2-4.80.6
glibc > 2.2.5 conflicts with glibc-common-2.2.5-34
glibc = 2.2.5 is needed by glibc-devel-2.2.5-34
at this point, I tried --nodeps but it fails when I try to run it.
I even uninstall OS and reinstalled it but still no luck.
Can someone points me to correct direction from here please?
|