[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: libc.so.6
On Thu, 18 Jun 1998, Alex Dubrovsky wrote:
AD> Hello all
AD> While trying to run a test install of the RPM gcc package i got the
AD> following:
AD> [root@stargate /]# rpm -i --test
AD> /mnt/cdrom/RedHat/RPMS/gcc-2.7.2.3-8.i386.rpm
AD> failed dependencies:
AD> libc.so.6 is needed by gcc-2.7.2.3-8
AD> ld-linux.so.2 is needed by gcc-2.7.2.3-8
AD> /bin/sh is needed by gcc-2.7.2.3-8
AD> /sbin/install-info is needed by gcc-2.7.2.3-8
Yes, you *SHOULD NOT* install packages from RH5.x on RH4.x . Do an upgrade
or take packages from RH4.2. /bin/sh is owned by bash-1.14.7-6 (or any
other) on my system. Use rpm -qf /bin/sh to know who owns it on yours. Use
rpm --nodeps if you feel that you do have something and rpm doesn't see it
(probably you should upgrade your rpm also, older ones frequently miss
/bin/sh or like).
Good repository of RPMs for various distributions can be found at:
http://rufus.w3.org/linux/RPM/
--
frodo@sharat.co.il \/ There shall be counsels taken
Stanislav Malyshev /\ Stronger than Morgul-spells
phone +972-2-6245112 /\ JRRT LotR.
http://sharat.co.il/frodo/ whois:!SM8333
- References:
- libc.so.6
- From: "Alex Dubrovsky" <linuxn@hotmail.com>