|
From: Neil M. <nei...@ya...> - 2008-02-16 20:41:35
|
I'm trying to install Sox 14.0.1 via rpm, and I'm getting dependency problems. [nonesuch ~]# rpm -i ftp://download.fedora.redhat.com/pub/fedora/linux/development/i386/os/Packages/sox-14.0.0-1.fc9.i386.rpm error: Failed dependencies: libc.so.6(GLIBC_2.4) is needed by sox-14.0.0-1.fc9.i386 libgsm.so.1 is needed by sox-14.0.0-1.fc9.i386 libogg.so.0 is needed by sox-14.0.0-1.fc9.i386 libvorbis.so.0 is needed by sox-14.0.0-1.fc9.i386 libvorbisenc.so.2 is needed by sox-14.0.0-1.fc9.i386 libvorbisfile.so.3 is needed by sox-14.0.0-1.fc9.i386 rtld(GNU_HASH) is needed by sox-14.0.0-1.fc9.i386 1. I get the impression I should get the dependencies from the top to bottom starting with libc.so.6 (GLIBC_2.4), etc, etc 2. When I try to get any glibc available at the same website, I get more dependency issues. [nonesuch~]# rpm -i ftp://download.fedora.redhat.com/pub/fedora/linux/development/i386/os/Packages/glibc-2.7.90-6.i386.rpm error: Failed dependencies: glibc-common = 2.7.90-6 is needed by glibc-2.7.90-6.i386 glibc > 2.3.4 conflicts with glibc-common-2.3.4-2.36.i386 [nonesuch~]# rpm -i ftp://download.fedora.redhat.com/pub/fedora/linux/development/i386/os/Packages/glibc-common-2.7.90-6.i38 6.rpm error: Failed dependencies: glibc < 2.7.90 conflicts with glibc-common-2.7.90-6.i386 [nonesuch~]# rpm -i ftp://download.fedora.redhat.com/pub/fedora/linux/development/i386/os/Packages/glibc-headers-2.7.90-6.i3 86.rpm error: Failed dependencies: glibc = 2.7.90-6 is needed by glibc-headers-2.7.90-6.i386 [nonesuch~]# rpm -i ftp://download.fedora.redhat.com/pub/fedora/linux/development/i386/os/Packages/glibc-headers-2.7.90-6.i3 86.rpm [nonesuch~]# rpm -i ftp://download.fedora.redhat.com/pub/fedora/linux/development/i386/os/Packages/glibc-devel-2.7.90-6.i386 .rpm error: Failed dependencies: glibc = 2.7.90-6 is needed by glibc-devel-2.7.90-6.i386 glibc-headers = 2.7.90-6 is needed by glibc-devel-2.7.90-6.i386 binutils < 2.15.94.0.2-1 conflicts with glibc-devel-2.7.90-6.i386 I've looked thru the postings trying to find documentation on how to do this, but I"m not having any luck. Obviously, I'm a redhat/rpm newbie. (I am installing as root) Any pointers are greatly appreciated. Neil M -- View this message in context: http://www.nabble.com/rpm-install--tp15518663p15518663.html Sent from the SoX mailing list archive at Nabble.com. |