[gopinath@localhost Desktop]$ rpm -ivh
mplayer-1.0-0.37.rc1try2.el5.rf.i386.rpm
mplayer-fonts-1.1-3.0.rf.noarch.rpm
warning: mplayer-1.0-0.37.rc1try2.el5.rf.i386.rpm: Header V3 DSA
signature: NOKEY, key ID 6b8d79e6
error: Failed dependencies:
libaa.so.1 is needed by mplayer-1.0-0.37.rc1try2.el5.rf.i386
libcaca.so.0 is needed by mplayer-1.0-0.37.rc1try2.el5.rf.i386
libcucul.so.0 is needed by mplayer-1.0-0.37.rc1try2.el5.rf.i386
libdirectfb-0.9.so.25 is needed by
mplayer-1.0-0.37.rc1try2.el5.rf.i386
libdvdnav.so.4 is needed by mplayer-1.0-0.37.rc1try2.el5.rf.i386
libenca.so.0 is needed by mplayer-1.0-0.37.rc1try2.el5.rf.i386
libfaac.so.0 is needed by mplayer-1.0-0.37.rc1try2.el5.rf.i386
liblirc_client.so.0 is needed by
mplayer-1.0-0.37.rc1try2.el5.rf.i386
liblzo.so.1 is needed by mplayer-1.0-0.37.rc1try2.el5.rf.i386
libmad.so.0 is needed by mplayer-1.0-0.37.rc1try2.el5.rf.i386
libmp3lame.so.0 is needed by
mplayer-1.0-0.37.rc1try2.el5.rf.i386
libmpcdec.so.3 is needed by mplayer-1.0-0.37.rc1try2.el5.rf.i386
libopenal.so.0 is needed by mplayer-1.0-0.37.rc1try2.el5.rf.i386
libtwolame.so.0 is needed by
mplayer-1.0-0.37.rc1try2.el5.rf.i386
libx264.so.55 is needed by mplayer-1.0-0.37.rc1try2.el5.rf.i386
libxvidcore.so.4 is needed by
mplayer-1.0-0.37.rc1try2.el5.rf.i386
i am not knowing to which package thiss files belong to... please help
me out i am using centos 5.1 ES
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
06-19-2008, 08:42 AM
Ryan Lewon
failed dependencies during mplayer installation.
On Thu, Jun 19, 2008 at 02:10:37PM +0530, Gopinath Achari wrote:
> hi
> i am new to linux while installing mplayer
>
> [gopinath@localhost Desktop]$ rpm -ivh
> mplayer-1.0-0.37.rc1try2.el5.rf.i386.rpm
> mplayer-fonts-1.1-3.0.rf.noarch.rpm
> warning: mplayer-1.0-0.37.rc1try2.el5.rf.i386.rpm: Header V3 DSA
> signature: NOKEY, key ID 6b8d79e6
> error: Failed dependencies:
> libaa.so.1 is needed by mplayer-1.0-0.37.rc1try2.el5.rf.i386
> libcaca.so.0 is needed by mplayer-1.0-0.37.rc1try2.el5.rf.i386
> libcucul.so.0 is needed by mplayer-1.0-0.37.rc1try2.el5.rf.i386
> libdirectfb-0.9.so.25 is needed by
> mplayer-1.0-0.37.rc1try2.el5.rf.i386
> libdvdnav.so.4 is needed by mplayer-1.0-0.37.rc1try2.el5.rf.i386
> libenca.so.0 is needed by mplayer-1.0-0.37.rc1try2.el5.rf.i386
> libfaac.so.0 is needed by mplayer-1.0-0.37.rc1try2.el5.rf.i386
> liblirc_client.so.0 is needed by
> mplayer-1.0-0.37.rc1try2.el5.rf.i386
> liblzo.so.1 is needed by mplayer-1.0-0.37.rc1try2.el5.rf.i386
> libmad.so.0 is needed by mplayer-1.0-0.37.rc1try2.el5.rf.i386
> libmp3lame.so.0 is needed by
> mplayer-1.0-0.37.rc1try2.el5.rf.i386
> libmpcdec.so.3 is needed by mplayer-1.0-0.37.rc1try2.el5.rf.i386
> libopenal.so.0 is needed by mplayer-1.0-0.37.rc1try2.el5.rf.i386
> libtwolame.so.0 is needed by
> mplayer-1.0-0.37.rc1try2.el5.rf.i386
> libx264.so.55 is needed by mplayer-1.0-0.37.rc1try2.el5.rf.i386
> libxvidcore.so.4 is needed by
> mplayer-1.0-0.37.rc1try2.el5.rf.i386
There are a lot of dependencies needed by mplayer, they usually have a guide for all of this. Unfortunately I do not have mplayer installed, but if someone else here on these forums by chance has it installed they can rpm -qf /path/to/libs on all of those missing libs and see where they are located and or what package they belong to.
>
>
> i am not knowing to which package thiss files belong to... please help
> me out i am using centos 5.1 ES
>
>
>
> _______________________________________________
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
--
Ryan Lewon
/sbin.us
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
06-19-2008, 08:48 AM
John R Pierce
failed dependencies during mplayer installation.
Gopinath Achari wrote:
hi
i am new to linux while installing mplayer
signature: NOKEY, key ID 6b8d79e6
error: Failed dependencies:
libaa.so.1 is needed by mplayer-1.0-0.37.rc1try2.el5.rf.i386
libcaca.so.0 is needed by mplayer-1.0-0.37.rc1try2.el5.rf.i386
libcucul.so.0 is needed by mplayer-1.0-0.37.rc1try2.el5.rf.i386
...
Don't use `rpm` to install it, use yum
# yum install mplayer
I note that package is from the rpmforge repository (since its name
includes .rf.), so you could add support for rpmforge to your system via...
THEN do the "yum install mplayer"
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
06-19-2008, 08:49 AM
Ryan Lewon
failed dependencies during mplayer installation.
On Thu, Jun 19, 2008 at 01:48:07AM -0700, John R Pierce wrote:
> Gopinath Achari wrote:
>> hi i am new to linux while installing mplayer
>>
>> [gopinath@localhost Desktop]$ rpm -ivh
>> mplayer-1.0-0.37.rc1try2.el5.rf.i386.rpm
>> mplayer-fonts-1.1-3.0.rf.noarch.rpm warning:
>> mplayer-1.0-0.37.rc1try2.el5.rf.i386.rpm: Header V3 DSA
>> signature: NOKEY, key ID 6b8d79e6
>> error: Failed dependencies:
>> libaa.so.1 is needed by mplayer-1.0-0.37.rc1try2.el5.rf.i386
>> libcaca.so.0 is needed by mplayer-1.0-0.37.rc1try2.el5.rf.i386
>> libcucul.so.0 is needed by mplayer-1.0-0.37.rc1try2.el5.rf.i386
>>
> ...
>
>
> Don't use `rpm` to install it, use yum
>
> # yum install mplayer
>
> I note that package is from the rpmforge repository (since its name
> includes .rf.), so you could add support for rpmforge to your system
> via...
>
> # rpm -Uvh
> http://packages.sw.be/rpmforge-release/rpmforge-release-0.3.6-1.el5.rf.i386.rpm
>
> THEN do the "yum install mplayer"
Agreed. That would be the easiest/smartest way to deal with it.
> _______________________________________________
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
--
Ryan Lewon
/sbin.us
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
06-19-2008, 10:14 AM
"Akemi Yagi"
failed dependencies during mplayer installation.
On Thu, Jun 19, 2008 at 1:49 AM, Ryan Lewon <xorl@xorl.net> wrote:
> On Thu, Jun 19, 2008 at 01:48:07AM -0700, John R Pierce wrote:
>> Gopinath Achari wrote:
>>
>> I note that package is from the rpmforge repository (since its name
>> includes .rf.), so you could add support for rpmforge to your system
>> via...
>>
>> # rpm -Uvh
>> http://packages.sw.be/rpmforge-release/rpmforge-release-0.3.6-1.el5.rf.i386.rpm
>>
>> THEN do the "yum install mplayer"
> Agreed. That would be the easiest/smartest way to deal with it.
>
When setting up any "3rd party" repositories, it is important to do it
appropriately. Please see:
Akemi
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
06-19-2008, 07:09 PM
"Lanny Marcus"
failed dependencies during mplayer installation.
On 6/19/08, Gopinath Achari <gopinath@signal-networks.com> wrote:
> i am new to linux while installing mplayer
<snip>
> i am not knowing to which package thiss files belong to... please help
> me out i am using centos 5.1 ES
There are step_by_step instructions at the below URLs on how to
install MPlayer and other multimedia stuff. You should also install
Yum Priorities and any additional Repositories you will need and set a
Priority for each Repository. I have MPlayer running on an updated
(5.1) Desktop, without any problems. I use MPlayer to listen to a
radio station in Alaska on StreamAudio.com and I watched a video with
it, a couple of days ago.
<http://wiki.centos.org/PackageManagement/Yum/Priorities>
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
06-20-2008, 03:58 AM
Gopinath Achari
failed dependencies during mplayer installation.
thank you all
i successfully installed mplayer and its working fine.
On Thu, 2008-06-19 at 03:14 -0700, Akemi Yagi wrote:
> On Thu, Jun 19, 2008 at 1:49 AM, Ryan Lewon <xorl@xorl.net> wrote:
> > On Thu, Jun 19, 2008 at 01:48:07AM -0700, John R Pierce wrote:
> >> Gopinath Achari wrote:
> >>
> >> I note that package is from the rpmforge repository (since its name
> >> includes .rf.), so you could add support for rpmforge to your system
> >> via...
> >>
> >> # rpm -Uvh
> >> http://packages.sw.be/rpmforge-release/rpmforge-release-0.3.6-1.el5.rf.i386.rpm
> >>
> >> THEN do the "yum install mplayer"
> > Agreed. That would be the easiest/smartest way to deal with it.
> >
>
> When setting up any "3rd party" repositories, it is important to do it
> appropriately. Please see:
>
> http://wiki.centos.org/AdditionalResources/Repositories
>
> Akemi
> _______________________________________________
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos