LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 07-09-2011, 02:33 PM   #1
xxxabhash
LQ Newbie
 
Registered: Jul 2011
Posts: 6

Rep: Reputation: Disabled
Cool Audio & video player in rhel5.4?


How to install Mplayer package on my Linux red hat 5.4 as I am using VMware on win7
 
Old 07-09-2011, 02:44 PM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,617

Rep: Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963
Quote:
Originally Posted by xxxabhash View Post
How to install Mplayer package on my Linux red hat 5.4 as I am using VMware on win7
You go to the MPLayer website, download it, and read the instructions.

Since you're using RHEL, you can also call RedHat support, since you're paying for it with your RHEL subscription, and see if it's in the online repositories.
 
Old 07-09-2011, 03:38 PM   #3
xxxabhash
LQ Newbie
 
Registered: Jul 2011
Posts: 6

Original Poster
Rep: Reputation: Disabled
Unhappy

I have downloaded the Mplayer package and extracted it in the folder.
and after that I run the following command:
#cd MPlayer-1.0rc4.tar.gz
#./configure
and after this gives failure messages.
And thus I am unable to execute next commands:
#make
#make install
 
Old 07-09-2011, 04:38 PM   #4
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Installing mplayer : # yum install mplayer

Mplayer is in the rpmfusion.repo http://rpmfusion.org/Configuration

Building mplayer : First please do # yum install <the-40-prerequisites>

..
Attached Files
File Type: txt Buildrequires_mplayer.txt (1.9 KB, 8 views)

Last edited by knudfl; 07-09-2011 at 04:41 PM.
 
Old 07-09-2011, 07:21 PM   #5
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
to build the source on rhel5.4 ( current is 5.6 ) you need to do a LOT more than "./configure"
there are about 40 things that you would need to ALSO build from source AND you MUST have access to RHN to install needed software ( a paid for license)
-- do you have a week ???? to build things ???


use "yum" it is DESIGNED to install allready built -- precompiled-- software from the RHN repo and from rpmfusion AND in rpmforge repos


and read the mplayer web site
http://www.mplayerhq.hu/design7/proj...icial_packages

also seeing as RHEL is NOT free and if you need to keep your install 100% compatable with the red hat downstream
USE ( and set up and CONFIGURE the "yum-protectbase" and "yum-priorities" plugins
ask your paid for red hat tech support you bought with the REQUIRED paid for license ,you did buy.
http://www.redhat.com/support/
 
Old 07-10-2011, 01:26 AM   #6
xxxabhash
LQ Newbie
 
Registered: Jul 2011
Posts: 6

Original Poster
Rep: Reputation: Disabled
Angry

Thanks for the help but I can't configure yum on the OS as it is running in VMware and when I try to configure it, it gives the "no space" error. I don't know what is the reason behind the error as I have given 30 GB for the VMware to install RED HAT 5.4.
 
Old 07-10-2011, 02:13 AM   #7
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
if yum is telling you there is NO room in / then you will not be able to build or install anything UNTIL that is fixed first.

you did buy a license for red hat
ask your paid for support from red hat on installing it on VMware ( ask vmware also )

Is there a NEED for the older RHEL5.4 ( ie. a bit of PROPRIETARY software that MUST and ONLY will run on 5.4 ) and not the current in the 5 series RHEL5.6 .
or
the current red hat release RHEL 6.1


also BE WARNED

rhel /cent/sl are NOT the best operating systems to play videos on
it is VERY VERY easy to 100% F**? up the install if you do NOT use "yum- protectbase"

the repos that have mplayer on then are NOT compatible with RHN
 
Old 07-10-2011, 03:26 AM   #8
xxxabhash
LQ Newbie
 
Registered: Jul 2011
Posts: 6

Original Poster
Rep: Reputation: Disabled
Now I have configured yum. I have the MPlayer rpm on the desktop. What should I do to install it.
 
Old 07-10-2011, 05:36 AM   #9
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
It is a Linux OS : We do not download standard packages.
Packages are installed with the 'Package Manager' or with yum :

1) su ; 2) yum install mplayer : This will download mplayer and the 14
dependencies from rpmfusion, and install all 15 packages.

You have very little chance downloading the 14 libraries as rpms and getting
them fit together : Use yum !

..
 
1 members found this post helpful.
Old 07-10-2011, 10:43 AM   #10
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,617

Rep: Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963Reputation: 7963
Quote:
Originally Posted by xxxabhash View Post
I have downloaded the Mplayer package and extracted it in the folder.
and after that I run the following command:
#cd MPlayer-1.0rc4.tar.gz
#./configure
and after this gives failure messages.
And thus I am unable to execute next commands:
#make
#make install
Now if you actually told us WHAT "failure messages" you got, maybe we could help.
 
Old 07-10-2011, 02:23 PM   #11
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
I take it you have NOT read any of the red hat documentation
like the install and users guides
https://access.redhat.com/knowledge/...erprise_Linux/

also for the older 5.4 you MUST have a paid for license
or install the current 5 series 5.6
or the current red hat release RHEL 6.1

and seeing as RHEWL is not free
ask the red hat support that you bought access to
http://www.redhat.com/support/


or DO NOT USE RED HAT


what is it you need to use the older rhel 5.4 for ????

If a average home desktop -- do not !!!!
For some PROPRIETARY must use piece of software that ONLY runs on the older 5.4
buy a license .
 
1 members found this post helpful.
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Video Player for RHEl5.1 arpitha Linux - Newbie 5 05-13-2010 05:04 AM
how to install ?,which one? audio & video player for REHEL 5.0 sangayya.a Linux - Enterprise 3 03-02-2008 07:35 AM
Audio & Video Player? ibshar Linux - Software 9 10-19-2006 08:24 PM
Have downloaded & installed Real Player on my FC2. audio appears to work but video no aschandru Linux - Software 2 04-26-2005 10:38 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:32 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