|
From: Chris B. <ch...@cn...> - 2008-02-16 21:49:09
|
Right now is a really bad time to try and use the Fedora development tree RPM of SoX. It would require you to upgrade to almost all of what will be Fedora 9; which I'm sure your not wanting to do. Also, the version is currently only 14.0.0 so its still not the latest version. I just don't think there is much options out there right now for upgrading to SoX 14.0.1 and using RPM's. Chris Neil Mahoney wrote: > 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 > |