LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 12-28-2008, 10:14 AM   #1
cmx08
Member
 
Registered: Aug 2008
Location: Malaysia
Distribution: Fedora Core
Posts: 35

Rep: Reputation: 15
Unhappy Problem when installing the MPlayer at Fedora Core 9


Hi

I try to compile and install the MPlayer but I always get the error when i run the command ./compile --enable-gui. I already try to install all the missing package. But now I get the error as below:
Code:
Checking for X11 headers presence ... yes 
Checking for X11 ... no (check if the dev(el) packages are installed)

Error: X11 support required for GUI compilation.
I try to using yum search X11 to search the package but too many packages return there. I don't know which one I need to install it. So I try using yum search X11-devel than it return 1 package there. I try to install but the result return there is as below:
Code:
[root@localhost MPlayer-1.0rc2]# yum search X11-devel
Loaded plugins: refresh-packagekit
======================================================= Matched: X11-devel =======================================================
libX11-devel.i386 : X.Org X11 libX11 development package
[root@localhost MPlayer-1.0rc2]# yum install libX11-devel.i386
Loaded plugins: refresh-packagekit
Setting up Install Process
Parsing package install arguments
Package libX11-devel-1.1.4-1.fc9.i386 already installed and latest version
Nothing to do
Can some one please guide me what should I do to solve the problem.

Thanks.
 
Old 12-28-2008, 10:29 AM   #2
amani
Senior Member
 
Registered: Jul 2006
Location: Kolkata, India
Distribution: Debian 64-bit GNU/Linux, Kubuntu64, Fedora QA, Slackware,
Posts: 2,766

Rep: Reputation: Disabled
Indicate the paths in ./configure

./configure --help

Anyway why are you compiling mplayer from source?

You can get in Fedora and rpm-fusion repositories
 
Old 12-28-2008, 10:56 AM   #3
cmx08
Member
 
Registered: Aug 2008
Location: Malaysia
Distribution: Fedora Core
Posts: 35

Original Poster
Rep: Reputation: 15
Hi Amani

Thanks to reply. I try already download the rpm file from http://download1.rpmfusion.org/free/...w/mplayer.html but when I try to install It I still get many error there. Is that I do any mistake there?

The results as below:
Code:
[root@localhost Software]# rpm -ivh mplayer-1.0-0.99.20080903svn.fc9.i386.rpm 
warning: mplayer-1.0-0.99.20080903svn.fc9.i386.rpm: Header V3 DSA signature: NOKEY, key ID 49c8885a
error: Failed dependencies:
	faad2-libs >= 1:2.6.1 is needed by mplayer-1.0-0.99.20080903svn.fc9.i386
	libBasicUsageEnvironment.so.0 is needed by mplayer-1.0-0.99.20080903svn.fc9.i386
	libSDL-1.2.so.0 is needed by mplayer-1.0-0.99.20080903svn.fc9.i386
	libUsageEnvironment.so.0 is needed by mplayer-1.0-0.99.20080903svn.fc9.i386
	libaa.so.1 is needed by mplayer-1.0-0.99.20080903svn.fc9.i386
	libcaca.so.0 is needed by mplayer-1.0-0.99.20080903svn.fc9.i386
	libcucul.so.0 is needed by mplayer-1.0-0.99.20080903svn.fc9.i386
	libdca.so.0 is needed by mplayer-1.0-0.99.20080903svn.fc9.i386
	libdvdnavmini.so.4 is needed by mplayer-1.0-0.99.20080903svn.fc9.i386
	libdvdread.so.4 is needed by mplayer-1.0-0.99.20080903svn.fc9.i386
	libenca.so.0 is needed by mplayer-1.0-0.99.20080903svn.fc9.i386
	libfaad.so.0 is needed by mplayer-1.0-0.99.20080903svn.fc9.i386
	libfribidi.so.0 is needed by mplayer-1.0-0.99.20080903svn.fc9.i386
	libgroupsock.so.0 is needed by mplayer-1.0-0.99.20080903svn.fc9.i386
	liblirc_client.so.0 is needed by mplayer-1.0-0.99.20080903svn.fc9.i386
	libliveMedia.so.0 is needed by mplayer-1.0-0.99.20080903svn.fc9.i386
	liblzo2.so.2 is needed by mplayer-1.0-0.99.20080903svn.fc9.i386
	libxvidcore.so.4 is needed by mplayer-1.0-0.99.20080903svn.fc9.i386
[root@localhost Software]#
Thanks.
 
Old 03-10-2009, 11:33 PM   #4
pereznet
LQ Newbie
 
Registered: Mar 2009
Location: Santa Cruz
Distribution: Looking... Fedora 10 for now
Posts: 2
Blog Entries: 4

Rep: Reputation: 0
Hi to try to answer your question
and ask another ( hope that's okay)

I have fedora 10 and I had the same problem
I had to get rid of Totem, (had Package Manager Uninstall it)
and installed the separate mplayer package, (different from totem )
then I downloaded the mplayerplug-in and installed in firefox

( also there is an actual mplayer site, where you can get the latest )

Default settings for streaming, buffering, etc are good enough
All the test movies on the site you referenced run fine

There are some critical dependencies - so I would read the install instructions carefully

I have fedora 10
Firefox 3.0.7
MPlayerplug-in 3.55
MPlayer SVN-r28461-4.3.2

works using KDE and GNOME desktop manager

On actual sites all Except for apples embedded quicktime movies run

Apple embedded quicktime from the apple web site crashes firefox
-I probably need to get the newer codecs for it
I even uninstall the packaged version of Firefox and downloaded from Mozilla the latest Firefox 3.0.7 and ge the same results
 
  


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
Error When Installing Mplayer with Fedora Core 3 timswim78 Linux - Software 2 04-18-2005 08:18 PM
Installing Mplayer using Fedora core 3 and the kde desktop Frosty0ne Linux - Newbie 2 01-03-2005 03:40 PM
installing Mplayer on fedora core ur-unholyness Linux - Software 3 10-17-2004 08:12 PM
installing mplayer on fedora core 1 ur-unholyness Linux - Newbie 4 10-17-2004 07:20 AM
Help needed for installing mplayer on Fedora Core 2 linuxnoob223 Fedora 13 09-09-2004 01:12 AM

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

All times are GMT -5. The time now is 12:59 PM.

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