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
i am not knowing to which package thiss files belong to... please help me out i am using centos 5.1 ES
On Thu, Jun 19, 2008 at 02:10:37PM +0530, Gopinath Achari wrote:
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.
Gopinath Achari wrote:
...
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....
THEN do the "yum install mplayer"
On Thu, Jun 19, 2008 at 1:49 AM, Ryan Lewon xorl@xorl.net wrote:
When setting up any "3rd party" repositories, it is important to do it appropriately. Please see:
http://wiki.centos.org/AdditionalResources/Repositories
Akemi
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.