LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
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 11-19-2002, 03:00 PM   #1
NiagraBob
LQ Newbie
 
Registered: Oct 2002
Posts: 17

Rep: Reputation: 0
Mplayer problem


I am trying to install mplayer within MAndrake 9.

I extract all the files from the MPlayer-0.90pre10.tar.bz2 file into a MPlayer-0.90pre10.tar.bz2 dir. I then open up a console and in that dir type ./configure and I get this error "help/help_mp-en.h not found"

I tried to download the rpm but when I click on them they ask me with what program would I like to open them with.

I tried to download the rpm form RedHat but it asks me to open them up with Rpm? Do I have to have RedHat to use rpms? I looked at the HOWTO that came with Mandrake but it doesnt answer the question?
 
Old 11-19-2002, 04:01 PM   #2
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
There is no such thing as Mplayer problems. That's like Military Intelligence, and Fast Mustangs, these things just don't exist

I think you might be a little confused Bob, when you untar or bunzip a bz2 file, it will create a sub folder of something like:
MPlayer-0.90pre10/

You would then cd into that, then run ./configure with all the options you want to include. To make sure you are in the correct directory before running a configure script, you might wanna see if there is a README or INSTALL file to read, so ls the directory and if you see one, then open with your favorite text editor and make sure it's the Mplayer directory and not PixieCrayola1.1.a/ or something like that

Cool
 
Old 11-19-2002, 06:23 PM   #3
Kamikaze_Gerbil
LQ Newbie
 
Registered: Nov 2002
Location: Vancouver, Canada
Distribution: Mandrake
Posts: 19

Rep: Reputation: 0
Re: Mplayer problem

Quote:
Originally posted by NiagraBob
I am trying to install mplayer within MAndrake 9.

I extract all the files from the MPlayer-0.90pre10.tar.bz2 file into a MPlayer-0.90pre10.tar.bz2 dir. I then open up a console and in that dir type ./configure and I get this error "help/help_mp-en.h not found"
Sounds like you dont have all the headers you need. Go with the RPM

Quote:
I tried to download the rpm but when I click on them they ask me with what program would I like to open them with.

I tried to download the rpm form RedHat but it asks me to open them up with Rpm? Do I have to have RedHat to use rpms? I looked at the HOWTO that came with Mandrake but it doesnt answer the question?
If you're using Mozilla to DL the RPMs, it should ask what program to open it with OR you can click on "Save this file to disk". You can also right click on the link and select "Save Link Target As".
Hope this helps, mplayer is a great program!

Mandrake is based on RH and can handle RPMs just fine. (Well, most of the time!)

Mandrahe 9 versions can be found here:
ftp://plf.chem.yorku.ca/pub/plf/9.0/i586/

Last edited by Kamikaze_Gerbil; 11-19-2002 at 06:24 PM.
 
Old 11-20-2002, 10:19 AM   #4
NiagraBob
LQ Newbie
 
Registered: Oct 2002
Posts: 17

Original Poster
Rep: Reputation: 0
OK I saved the file in my documnets dir and opened bash and typed "tar xvfz rpm-4.1.i386.tar.gz" It looked like it listed a bunch or dir then stopped. IS Rpm installed now and if it is how do I run it?
 
Old 11-20-2002, 10:21 AM   #5
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
no, you are misunderstanding what you've been told. you do not need to install rpm itself, you jsut want to install AN rpm of mplayer... in a console just run...

rpm -ivh mplayer.blah.rpm

it's better to install from tar.gz though, but i'd leave that for now. search the site fo more info on source installs if you want to.
 
Old 11-20-2002, 10:45 AM   #6
NiagraBob
LQ Newbie
 
Registered: Oct 2002
Posts: 17

Original Poster
Rep: Reputation: 0
Ok I downloaded and untared? the gb2 file.

Changed dir to Mplayer 0.90pre10

typed ./ then su for root access. I then typed make and when thats done I type install? Also the dir that I am in now is just a temp dir. The program itself is in the /usr/bin dir and sub-dir so once it is done I can delete the dir right.

THanks for your help. There is a big learning curve.
 
Old 11-20-2002, 10:53 AM   #7
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
you can delete that directory, but it's best not to, incase you want to change the configuration / features of the program, or remove it. the standard procedure for source installs is:

./configure
make
make install

you say you type ./ ? that will do absolutley nothing.
 
Old 11-20-2002, 10:56 AM   #8
NiagraBob
LQ Newbie
 
Registered: Oct 2002
Posts: 17

Original Poster
Rep: Reputation: 0
Ok it is making and installing. To run Mplayer I type "MPlayer movie1" were movie1 is the name of the player?

Again thanks for your help?
 
Old 11-20-2002, 11:16 AM   #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
yes, check the mplayer manpage and site documentation for any further usage queries
 
Old 11-20-2002, 02:29 PM   #10
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
No caps though, just:
mplayer -vo xv /path/to/file/filename.avi

And from there, as acid said, the manpage has a plethora of info.

Cool
 
  


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
mplayer problem saipraveen Linux - Newbie 10 06-13-2005 11:56 PM
yet another MPlayer problem raffi Slackware 5 01-13-2005 03:19 PM
mplayer problem cool_ashwin22 Fedora 0 10-20-2004 09:50 AM
Mplayer Problem. Itsu Linux - Software 5 02-02-2004 09:27 PM
MPlayer Problem #1 Micro420 Linux - Software 9 09-12-2003 04:54 PM

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

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