Right, I've been trying for days to install some form of MP3 player on my FC3. The sound works and I can use music player to play any ogg files, but obviously most of my music is MP3. I've been trying to install xmms, but I've been having major trouble every time I try. I downloaded the rpm from freshrpms, and got this message:
Code:
[root@localhost tomm]# rpm -ihv xmms-mp3-1.2.10-11.1.1.fc3.rf.x86_64.rpm
warning: xmms-mp3-1.2.10-11.1.1.fc3.rf.x86_64.rpm: V3 DSA signature: NOKEY, key ID 6b8d79e6
error: Failed dependencies:
libX11.so.6()(64bit) is needed by xmms-mp3-1.2.10-11.1.1.fc3.rf.x86_64
libXext.so.6()(64bit) is needed by xmms-mp3-1.2.10-11.1.1.fc3.rf.x86_64
libXi.so.6()(64bit) is needed by xmms-mp3-1.2.10-11.1.1.fc3.rf.x86_64
libc.so.6()(64bit) is needed by xmms-mp3-1.2.10-11.1.1.fc3.rf.x86_64
libc.so.6(GLIBC_2.2.5)(64bit) is needed by xmms-mp3-1.2.10-11.1.1.fc3.rf.x86_64
libdl.so.2()(64bit) is needed by xmms-mp3-1.2.10-11.1.1.fc3.rf.x86_64
libgdk-1.2.so.0()(64bit) is needed by xmms-mp3-1.2.10-11.1.1.fc3.rf.x86_64
libglib-1.2.so.0()(64bit) is needed by xmms-mp3-1.2.10-11.1.1.fc3.rf.x86_64
libgmodule-1.2.so.0()(64bit) is needed by xmms-mp3-1.2.10-11.1.1.fc3.rf.x86_64
libgthread-1.2.so.0()(64bit) is needed by xmms-mp3-1.2.10-11.1.1.fc3.rf.x86_64
libgtk-1.2.so.0()(64bit) is needed by xmms-mp3-1.2.10-11.1.1.fc3.rf.x86_64
libm.so.6()(64bit) is needed by xmms-mp3-1.2.10-11.1.1.fc3.rf.x86_64
libm.so.6(GLIBC_2.2.5)(64bit) is needed by xmms-mp3-1.2.10-11.1.1.fc3.rf.x86_64
libpthread.so.0()(64bit) is needed by xmms-mp3-1.2.10-11.1.1.fc3.rf.x86_64
libpthread.so.0(GLIBC_2.2.5)(64bit) is needed by xmms-mp3-1.2.10-11.1.1.fc3.rf.x86_64
libxmms.so.1()(64bit) is needed by xmms-mp3-1.2.10-11.1.1.fc3.rf.x86_64
libz.so.1()(64bit) is needed by xmms-mp3-1.2.10-11.1.1.fc3.rf.x86_64
So I need the Glibs or something?
Code:
[root@localhost glib-2.6.3]# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for the BeOS... no
checking for Win32... no
checking whether to enable garbage collector friendliness... no
checking whether to disable memory pools... no
checking for gcc... no
checking for cc... no
checking for cc... no
checking for cl... no
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
And that happens. Then, I read somewhere that you can simply install xmms using yum, so I followed the instructions
HERE, but it still doesn't work:
Code:
[root@localhost /]# yum install xmms
Repository updates-released already added, not adding again
Repository base already added, not adding again
Setting up Install Process
Setting up Repos
dag 100% |=========================| 1.1 kB 00:00
updates-released 100% |=========================| 951 B 00:00
livna-stable 100% |=========================| 951 B 00:00
base 100% |=========================| 1.1 kB 00:00
atrpms-stable 100% |=========================| 951 B 00:00
livna-unstable 100% |=========================| 951 B 00:00
freshrpms 100% |=========================| 951 B 00:00
livna-testing 100% |=========================| 951 B 00:00
extras 100% |=========================| 951 B 00:00
Reading repository metadata in from local files
dag : ################################################## 2216/2216
updates-re: ################################################## 872/872
livna-stab: ################################################## 155/155
base : ################################################## 2622/2622
atrpms-sta: ################################################## 1057/1057
livna-unst: ################################################## 59/59
primary.xml.gz 100% |=========================| 150 kB 00:00
http://ayo.freshrpms.net/fedora/linux/3/i386/freshrpms/repodata/primary.xml.gz: [Errno -1] Metadata file does not match checksum
Trying other mirror.
Error: failure: repodata/primary.xml.gz from freshrpms: [Errno 256] No more mirrors to try.
This is driving me mad. Please help!
PS Any help you give will have to be very simple, or have step-by-step instructions. I'm pretty new to this game...
Thank you!