On Tue, 2006-03-07 at 22:08 -0600, Bruce Bales wrote: > On Tuesday 07 March 2006 21:34, you wrote: > > On Tue, 2006-03-07 at 21:16 -0600, Bruce Bales wrote: > > > On Tuesday 07 March 2006 20:38, Craig White wrote: > > > > On Tue, 2006-03-07 at 20:17 -0600, Bruce Bales wrote: > > > > > I ran 'yum update' and thought everything was working until I tried > > > > > 'yum install mplayer.' There were two missing dependencies. > > > > > > > > > > Error: Missing Dependency: libfribidi.so.0 is needed by package > > > > > mplayer Error: Missing Dependency: libxmms.so.1 is needed by package > > > > > mplayer > > > > > > > > > > I found them on an Ubuntu install on the same hard drive and copied > > > > > them to /usr/lib/ , but yum doesn't recognize them yet. > > > > > > > > ---- > > > > bad idea to copy binaries compiled on a different version of compiler > > > > > > > > why don't you upload output of 'yum info' so we can see which > > > > repositories you are using. > > > > > > ---- > > > > > > > wait - scratch that...too much info. > > > > > > Yes, I lost everything before the last 2000 lines. > > > > > > > how about > > > > > > > > cat /etc/yum.repos/* > > > > > > > > Craig > > > > > > > > cat /etc/yum.repos/* > > > > > > [bruce@blacky etc]$ cat /etc/yum.repos.d/* > > > > > > ################### > > > ## Fedora Extras ## > > > ################### > > > > > > [extras] > > > name=Fedora Extras - $releasever - $basearch > > > baseurl=http://fr2.rpmfind.net/linux/fedora/extras/$releasever/$basearch/ > > > http://mirrors.kernel.org/fedora/extras/$releasever/$basearch/ > > > > > > http://mirror.hiwaay.net/redhat/fedora/linux/extras/$releasever/$basearch > > >/ > > > > > > http://www.mirrorservice.org/sites/download.fedora.redhat.com/pub/fedora/ > > >linux/extras/$releasever/$basearch/ # > > > http://download.fedora.redhat.com/pub/fedora/linux/extras/$releasever/$ba > > >search/ gpgcheck=0 > > > gpgkey=http://download.fedora.redhat.com/pub/fedora/linux/extras/RPM-GPG- > > >KEY-Fedora-Extras[base] name=Fedora Core $releasever - $basearch - Base > > > #baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/$release > > >ver/$basearch/os/ > > > mirrorlist=http://fedora.redhat.com/download/mirrors/fedora-core-$release > > >ver enabled=1 > > > gpgcheck=1 > > > [updates-released] > > > name=Fedora Core $releasever - $basearch - Released Updates > > > #baseurl=http://download.fedora.redhat.com/pub/fedora/linux/core/updates/ > > >$releasever/$basearch/ > > > mirrorlist=http://fedora.redhat.com/download/mirrors/updates-released-fc$ > > >releasever enabled=1 > > > gpgcheck=1 > > > [livna-stable] > > > name=Livna.org Fedora Compatible Packages (stable) > > > baseurl=http://rpm.livna.org/fedora/$releasever/$basearch/RPMS.stable > > > gpgcheck=1 > > > > > > [livna-unstable] > > > name=Livna.org Fedora Compatible Packages (unstable) > > > baseurl=http://rpm.livna.org/fedora/$releasever/$basearch/RPMS.unstable > > > gpgcheck=1 > > > > > > [livna-testing] > > > name=Livna.org Fedora Compatible Packages (testing) > > > baseurl=http://rpm.livna.org/fedora/$releasever/$basearch/RPMS.testing > > > gpgcheck=1 > > > [bruce@blacky etc]$ > > > > ---- > > try putting line... > > > > enabled=1 > > > > in livna-stable and fedora-extras > > > > I believe that would be in /etc/yum.repos/livna.repo > > and /etc/yum.repos/fedora-extras.repo > > > > but ESPECIALLY take care to put that line in livna-stable (not testing > > or unstable at this point) > > > > then run yum... > > > > what I can't figure out is... > > > > where you got this mplayer rpm from if you don't have those repositories > > enabled and if you got that much installed, why weren't they enabled? > > > > and I'm not sure where you are getting information from but be sure to > > check into www.fedorafaq.org > > > > Craig > > > I guess you mean to run yum update. I did that and got > > [bruce@blacky yum.repos.d]$ sudo yum update > Repository updates-released already added, not adding again > Repository base already added, not adding again > Setting up Update Process > Setting up Repos > livna-stable 100% |=========================| 951 B 00:00 > livna-unstable 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 > livna-stab: ################################################## 732/732 > extras : ################################################## 2206/2206 > No Packages marked for Update/Obsoletion > > Then I ran sudo yum install mplayer and it found it was still missing the two > libraries. > > Running yum list shows over 2000 programs. mplayer is shown with > livna-stable. > I certainly appreciate the help. I'll go read the fedorafaq ---- let's stay on list please - there are a lot of people who are smarter than me livna-unstable and livna-testing....I would definitely recommend that they not be enabled.... enabled=0 you are gonna get yourself into trouble. perhaps to make this easier...capture all of this... sudo yum install mplayer > /tmp/yum-out.txt 2>&1 and then send us the contents of /tmp/yum-out.txt so we can see first hand what is being reported. I don't see 'fedora-core' listed in your output above but your earlier cat of yum.repos/* showed enabled=1 so I am a bit confused but if you would give us the yum-out.txt, it should be obvious what is going on. Craig