LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 09-06-2003, 11:53 PM   #1
sxa
Senior Member
 
Registered: Aug 2003
Location: Austin, TX
Distribution: Mac OS 10.7 / CentOS 6(servers) / xubuntu 13.04
Posts: 1,186

Rep: Reputation: 49
Packages Needed To Run Mplayer


I went to install Mplayer, and so far I have installed a ton of Packages just to get everything working.. Yet their are three packages that I can not find for RH9 RPMS

liblirc_client.so.0
lirc
mplayer-fonts

if anyone knows a link or links that have these for RPMs that will work with RH9 please post those links here.

Thanx Iin Advance!
 
Old 09-07-2003, 01:25 AM   #2
sxa
Senior Member
 
Registered: Aug 2003
Location: Austin, TX
Distribution: Mac OS 10.7 / CentOS 6(servers) / xubuntu 13.04
Posts: 1,186

Original Poster
Rep: Reputation: 49
An update

Okay so Now all I lack is Lirc and Mplayer Fonts

I found the RPMs but I am still having trouble

Here is what I get when trying to install Lirc

[root@localhost root]# rpm -vih lirc-0.6.6-fr1.i386.rpm
warning: lirc-0.6.6-fr1.i386.rpm: V3 DSA signature: NOKEY, key ID e42d547b
Preparing... ########################################### [100%]
file /usr/lib/liblirc_client.so.0.0.0 from install of lirc-0.6.6-fr1 conflicts with file from package liblirc0-0.6.6-1mdk

Here is what I get when trying to install Mplayer Fonts

[root@localhost root]# rpm -vih MPlayer-fonts-0.91-alt21.i586.rpm
warning: MPlayer-fonts-0.91-alt21.i586.rpm: V3 DSA signature: NOKEY, key ID ae59c160
error: Failed dependencies:
MPlayer >= 0.90 is needed by MPlayer-fonts-0.91-alt21

If Mplayer needs the Fonts to Install and the Fonts need Mplayer to install, I am kind of stuck here..
 
Old 09-07-2003, 02:56 AM   #3
phaedrus_100
LQ Newbie
 
Registered: Mar 2003
Location: Creston B.C. Canada
Distribution: mandrake 9.0 free bsd 4 mandrake 9.1 Mandrake 9.2
Posts: 16

Rep: Reputation: 0
The best way to get a working mplayer is to forget about rpms and compile it from source. I can tell you how exactly if you want. There is perfect instructions included in the source code package's READ ME as well. A tricky bit is LAME which you need if you want to use mplayer's mencoder to make divx from dvds. I personaly think that mencoder makes the nicest rips i have ever seen. Cheers.
 
Old 09-07-2003, 03:02 AM   #4
sxa
Senior Member
 
Registered: Aug 2003
Location: Austin, TX
Distribution: Mac OS 10.7 / CentOS 6(servers) / xubuntu 13.04
Posts: 1,186

Original Poster
Rep: Reputation: 49
The question is how to get to the Source Codes Read Me File? Please tell me if you think I will make more sense out of you then the Read Me file..
 
Old 09-07-2003, 02:35 PM   #5
phaedrus_100
LQ Newbie
 
Registered: Mar 2003
Location: Creston B.C. Canada
Distribution: mandrake 9.0 free bsd 4 mandrake 9.1 Mandrake 9.2
Posts: 16

Rep: Reputation: 0
well. Go to...
http://www.mplayerhq.hu/homepage/
and download the source code package, untar it, then navigate to the place you untarred it and then open it then look around until you see the READ ME and then read it. That should do it. You are going to need your kernel source installed and your X11 development packages to satisfy dependencies before you compile Mplayer. Cheers.
 
Old 09-07-2003, 02:41 PM   #6
shanenin
Member
 
Registered: Aug 2003
Location: Rochester, MN, U.S.A
Distribution: Gentoo
Posts: 987

Rep: Reputation: 30
what does that mean, "you will need your kernel source installed"? Does that mean I need to have compiled my kernel from source, that if my kernel was updated via rpm it won't work?
 
Old 09-07-2003, 02:51 PM   #7
phaedrus_100
LQ Newbie
 
Registered: Mar 2003
Location: Creston B.C. Canada
Distribution: mandrake 9.0 free bsd 4 mandrake 9.1 Mandrake 9.2
Posts: 16

Rep: Reputation: 0
The kernel source is different than your actual kernel. Look in /usr/src and see if there is anything there. The source is about 150 meg. There will be your kernel source on your disc three (a guess). Also there should be all kinds of devel pckgs, including the X11 stuff. cheers.
 
Old 09-07-2003, 03:38 PM   #8
sxa
Senior Member
 
Registered: Aug 2003
Location: Austin, TX
Distribution: Mac OS 10.7 / CentOS 6(servers) / xubuntu 13.04
Posts: 1,186

Original Poster
Rep: Reputation: 49
Those are Tar Files, I need RPMs
 
Old 09-07-2003, 03:45 PM   #9
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
Re: An update

Quote:
Originally posted by Freakygeek55
If Mplayer needs the Fonts to Install and the Fonts need Mplayer to install, I am kind of stuck here..
why? just install them at the same time.... rpm can easily accept multiple files.

and installing MPlayer from source is a LOT LOT easier believe it or not.
 
Old 09-07-2003, 04:10 PM   #10
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
and you will NOT need the kernel source at any stage.
 
Old 09-07-2003, 04:14 PM   #11
sxa
Senior Member
 
Registered: Aug 2003
Location: Austin, TX
Distribution: Mac OS 10.7 / CentOS 6(servers) / xubuntu 13.04
Posts: 1,186

Original Poster
Rep: Reputation: 49
How do I put that in the terminal so it will do them at the same time?
 
Old 09-07-2003, 05:28 PM   #12
phaedrus_100
LQ Newbie
 
Registered: Mar 2003
Location: Creston B.C. Canada
Distribution: mandrake 9.0 free bsd 4 mandrake 9.1 Mandrake 9.2
Posts: 16

Rep: Reputation: 0
I agree with kewpie about mplayer being easier to install from source. But i do think you need to have the kernel source installed to satisfy dependencies. At least you do in Mandy 9 and Mandy 9.1.
 
Old 09-07-2003, 05:35 PM   #13
sxa
Senior Member
 
Registered: Aug 2003
Location: Austin, TX
Distribution: Mac OS 10.7 / CentOS 6(servers) / xubuntu 13.04
Posts: 1,186

Original Poster
Rep: Reputation: 49
I have already spent so much time installing just about everything I need, I just need Mplayer Fonts and lirc now.. those are the two I am having trouble with..
 
Old 09-07-2003, 05:40 PM   #14
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
rpm -Uvh file1.rpm file2.rpm

coulnd't be easier or more obvious

and you don't need lirc.... hence why RPM's suck... are you really planning on using an infrared remote control? doubt it....
 
Old 09-07-2003, 05:58 PM   #15
sxa
Senior Member
 
Registered: Aug 2003
Location: Austin, TX
Distribution: Mac OS 10.7 / CentOS 6(servers) / xubuntu 13.04
Posts: 1,186

Original Poster
Rep: Reputation: 49
Mplayer is installed now how do I run it?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Gallery v1.5, which packages needed.. finchwizard Debian 1 05-09-2005 05:55 PM
packages needed for a cluster? microsoft/linux Debian 2 03-25-2005 06:48 AM
How to install Mplayer, Xfree86, and whatever else is needed to make them run Superganja23 Linux - Newbie 2 09-19-2004 09:12 PM
Minimum packages needed 1kyle Linux - Software 4 03-23-2004 06:17 PM
2.6.1 updated packages needed Dakota Mike Slackware 2 01-21-2004 04:19 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:22 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration