[WBEL-users] xmms-mp3 dependency problem (repost)

Randy Kelsoe randykel@swbell.net
Sat, 14 Aug 2004 09:41:46 -0500


Tsai Li Ming wrote:

> I have downloaded the xmms-mp3 but it couldn't install because of a 
> dependency problem:
>
> warning: xmms-mp3-1.2.7-0.dag.rhel3.i386.rpm: V3 DSA signature: NOKEY, 
> key ID 6b8d79e6
> error: Failed dependencies:
>         xmms = 1.2.7 is needed by xmms-mp3-1.2.7-0.dag.rhel3
>
>
> I'm using xmms-1.2.7-22.1.p installed via yum 

It installed fine for me using yum. You might make sure you have these 
lines uncommented in your /etc/yum.conf  file:

[Dag]
name=Dag
baseurl=http://apt.sw.be/redhat/el3/en/i386/dag/

also import Dag's key:

rpm --import http://apt.sw.be/packages/RPM-GPG-KEY.dag.txt

Then try:

yum install xmms-mp3

If that does not work, try

rpm -e xmms-1.2.7-22.1.p

then:

yum install xmms*

which will get xmms and all of the xmms extras in Dag's repository.