LinuxQuestions.org
Review your favorite Linux distribution.
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 03-24-2004, 08:15 PM   #1
Mighty_Anubis
LQ Newbie
 
Registered: Mar 2004
Posts: 6

Rep: Reputation: 0
trying to install mplayer


hi, i just installed mandrake 10 comm. i an a very experienced windows user but tired of the insability. any way i am very noob at linux and cant figure out how to install progs. i downloaded mplayer and cant find an exe. to install, i have been reading and found people talking about rpm files? i cant seem to find it, i did extract to home/kelly/documents/mplayer and have a whole host of files, where do i go from here???
 
Old 03-24-2004, 08:32 PM   #2
Pwnz3r
Member
 
Registered: Jan 2004
Location: Lancaster, OH
Distribution: Gentoo
Posts: 393

Rep: Reputation: 30
First of all, exe files are Windows binaries, and don't exist in the Linux world. Secondly, RPMs are packages that install things for you, somewhat like a Windows setup program. More than likely what you have is the source, which means that you'll need to compile it. That means it's time to open a terminal, and become the root user at a certain point.

*Open a terminal*
cd /home/kelly/documents/mplayer
./configure (or ./Configure Case is important in Linux)
make
su (enter root password to become the root user)
make install

I think that should cover the basics of compiling from the source. To put it quite simply, Linux is a whole new animal compared to Windows, and it sometimes helps to have less experience with Windows when moving into learning Linux. This way you don't get the ideas and things of Windows planted into your head, which happened to me when I made my first and failed attempt to become a Linux user.

If everyone started out with Linux, then Windows would be confusing, but it's the other way around sadly.
 
Old 03-24-2004, 08:33 PM   #3
LinuXP
Member
 
Registered: Feb 2004
Location: Charlottesville, VA
Distribution: ArchLinux
Posts: 65

Rep: Reputation: 15
There are no "exe"s in Linux .

What's the file extension on file you downloaded? Is it something like "rpm" or "tar.gz"? If it's rpm, then it can be a problem if that rpm was created for Red Hat/Fedora as opposed to Mandrake...

Last edited by LinuXP; 03-24-2004 at 08:34 PM.
 
Old 03-24-2004, 08:54 PM   #4
Mighty_Anubis
LQ Newbie
 
Registered: Mar 2004
Posts: 6

Original Poster
Rep: Reputation: 0
well im in the term window and in the directory but it says no file when i type configure, i checked in the folder and it shows a configure shell script
why is it saying no file found or bad directory??
 
Old 03-24-2004, 09:30 PM   #5
toloban
Member
 
Registered: Sep 2003
Location: D.F.
Distribution: Fedora Core
Posts: 35

Rep: Reputation: 16
Mplayer is a great program.

Type ./configure, not just "configure" . The single dot stands for your current directory when it is not in your path.

or type:

./configure --enable-gui

if you want to use mplayer's GUI, but you will need gtk development files installed. There is more information in the README file.
 
Old 03-24-2004, 09:37 PM   #6
Pwnz3r
Member
 
Registered: Jan 2004
Location: Lancaster, OH
Distribution: Gentoo
Posts: 393

Rep: Reputation: 30
That be why me put the ./ in there. Darn M$ and their brainwashin'. Worry not me lass/lad, we'll get her workin' even if we ave ta take down Billy in the process. Argh.
 
Old 03-24-2004, 09:38 PM   #7
Mighty_Anubis
LQ Newbie
 
Registered: Mar 2004
Posts: 6

Original Poster
Rep: Reputation: 0
ok i missed one folder in the tree, i found it and it started but now i need to find a compatible compiler supported by mplayer, i will work on getting that and resume, thanx for the help on getting going on linux and i will probably be back before to long hehe
 
Old 03-24-2004, 11:22 PM   #8
liamoboyle
Member
 
Registered: Mar 2004
Location: Wellington, New Zealand
Distribution: Debian
Posts: 127

Rep: Reputation: 15
Make sure you have make and gcc installed. You'll also want to download the various codecs on the mplayerhq.hu site for maximum playability. And skins to make it look good.
 
Old 03-25-2004, 12:27 AM   #9
Kovacs
Member
 
Registered: Jul 2003
Distribution: FreeBSD 8.2 RELEASE
Posts: 607

Rep: Reputation: 32
Quote:
Originally posted by liamoboyle
Make sure you have make and gcc installed.
Which will both be on your mandrake cds, somewhere under development.
 
Old 03-25-2004, 01:17 AM   #10
Mighty_Anubis
LQ Newbie
 
Registered: Mar 2004
Posts: 6

Original Poster
Rep: Reputation: 0
ok i have it installed with the gui, it starts but it tells ne it cant open dvd device: dev/dvd/
anyone know why?
 
Old 03-25-2004, 01:42 AM   #11
jvanaert
LQ Newbie
 
Registered: Mar 2004
Posts: 2

Rep: Reputation: 0
i had the same problem. Solved by making a link from /dev/cdrom to /dev/dvd.

looks like my system named my dvd player /dev/cdrom

maybe this could solve your problem too ?
let us know !
 
Old 03-25-2004, 09:50 AM   #12
Mighty_Anubis
LQ Newbie
 
Registered: Mar 2004
Posts: 6

Original Poster
Rep: Reputation: 0
could you give a rundown on how to link that
 
Old 03-25-2004, 10:06 AM   #13
jvanaert
LQ Newbie
 
Registered: Mar 2004
Posts: 2

Rep: Reputation: 0
i think it was something like

ln /dev/dvd /dev/cdrom

I can't remember the exact syntax, and I'm not behind my linux-box right now
 
Old 03-25-2004, 10:11 AM   #14
Mighty_Anubis
LQ Newbie
 
Registered: Mar 2004
Posts: 6

Original Poster
Rep: Reputation: 0
ok it looks like i got the disk recognized, but now i get error opening vidio output device,
any ideas, ive been trying different codecs in mplayer but no good?
 
Old 03-25-2004, 02:58 PM   #15
liamoboyle
Member
 
Registered: Mar 2004
Location: Wellington, New Zealand
Distribution: Debian
Posts: 127

Rep: Reputation: 15
The video out is the display it's putting it to. Try putting in -vo x11 or -vo xv in the command line.
 
  


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 Install harley51 Fedora 2 02-02-2005 11:26 AM
Install mplayer on RH 9 whitefox Red Hat 5 01-02-2004 03:06 PM
How to install mplayer gui after installing mplayer kaega2 Linux - Software 5 10-07-2003 10:44 AM
How to Install MPlayer? sikandar Linux - Software 31 08-30-2003 10:47 AM
Mplayer install help TomGerman Linux - Software 43 11-30-2002 02:53 AM

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

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