openssh on minimum install - Linux
This is a discussion on openssh on minimum install - Linux ; 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 ...
-
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?
-
Re: openssh on minimum install
rxl124@hehe.com wrote:
>
>
> 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?
Use the SSH rpms from the RH 7.3 disk, they work
-
Re: openssh on minimum install
Baho Utot wrote in message news:...
> rxl124@hehe.com wrote:
>
> >
> >
> > 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?
>
> Use the SSH rpms from the RH 7.3 disk, they work
above is my trying from RH 7.3.. but it does not work.. I am
reinstalling the whole OS to see if I can have better luck. thanks.
-
Re: openssh on minimum install
rxl124@hehe.com wrote news:8a1229a0.0307190857.62c7bbbc@posting.google.c om:
> 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.
>
On http://www.rpmfind.org get openssh rpm for your redhat 7.3, this should
avoid the library update.
Regards