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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
03-24-2004, 09:15 PM
|
#1
|
LQ Newbie
Registered: Mar 2004
Posts: 6
Rep:
|
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???
|
|
|
03-24-2004, 09:32 PM
|
#2
|
Member
Registered: Jan 2004
Location: Lancaster, OH
Distribution: Gentoo
Posts: 393
Rep:
|
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.
|
|
|
03-24-2004, 09:33 PM
|
#3
|
Member
Registered: Feb 2004
Location: Charlottesville, VA
Distribution: ArchLinux
Posts: 65
Rep:
|
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 09:34 PM.
|
|
|
03-24-2004, 09:54 PM
|
#4
|
LQ Newbie
Registered: Mar 2004
Posts: 6
Original Poster
Rep:
|
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??
|
|
|
03-24-2004, 10:30 PM
|
#5
|
Member
Registered: Sep 2003
Location: D.F.
Distribution: Fedora Core
Posts: 35
Rep:
|
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.
|
|
|
03-24-2004, 10:37 PM
|
#6
|
Member
Registered: Jan 2004
Location: Lancaster, OH
Distribution: Gentoo
Posts: 393
Rep:
|
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.
|
|
|
03-24-2004, 10:38 PM
|
#7
|
LQ Newbie
Registered: Mar 2004
Posts: 6
Original Poster
Rep:
|
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
|
|
|
03-25-2004, 12:22 AM
|
#8
|
Member
Registered: Mar 2004
Location: Wellington, New Zealand
Distribution: Debian
Posts: 127
Rep:
|
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.
|
|
|
03-25-2004, 01:27 AM
|
#9
|
Member
Registered: Jul 2003
Distribution: FreeBSD 8.2 RELEASE
Posts: 607
Rep:
|
Quote:
Originally posted by liamoboyle
Make sure you have make and gcc installed.
|
Which will both be on your mandrake cds, somewhere under development.
|
|
|
03-25-2004, 02:17 AM
|
#10
|
LQ Newbie
Registered: Mar 2004
Posts: 6
Original Poster
Rep:
|
ok i have it installed with the gui, it starts but it tells ne it cant open dvd device: dev/dvd/
anyone know why?
|
|
|
03-25-2004, 02:42 AM
|
#11
|
LQ Newbie
Registered: Mar 2004
Posts: 2
Rep:
|
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 !
|
|
|
03-25-2004, 10:50 AM
|
#12
|
LQ Newbie
Registered: Mar 2004
Posts: 6
Original Poster
Rep:
|
could you give a rundown on how to link that
|
|
|
03-25-2004, 11:06 AM
|
#13
|
LQ Newbie
Registered: Mar 2004
Posts: 2
Rep:
|
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
|
|
|
03-25-2004, 11:11 AM
|
#14
|
LQ Newbie
Registered: Mar 2004
Posts: 6
Original Poster
Rep:
|
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?
|
|
|
03-25-2004, 03:58 PM
|
#15
|
Member
Registered: Mar 2004
Location: Wellington, New Zealand
Distribution: Debian
Posts: 127
Rep:
|
The video out is the display it's putting it to. Try putting in -vo x11 or -vo xv in the command line.
|
|
|
All times are GMT -5. The time now is 05:47 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|