LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   problem installing mplayer (https://www.linuxquestions.org/questions/linux-software-2/problem-installing-mplayer-153251/)

linuxboy_inside 03-03-2004 09:21 PM

problem installing mplayer
 
what package should i need to be install to satisfy this dependency

im using rh8

error: Failed dependencies:
libSDL-1.2.so.0 is needed by mplayer-gui-1.0pre3-1


thanks in advance...:)

solspin 03-03-2004 09:27 PM

SDL - Simple DirectMedia Layer Library
SDL-1.2.4-5.i386.rpm

linuxboy_inside 03-03-2004 09:41 PM

thank you very much solspin :)

tnf 03-25-2004 09:24 PM

i just had the very same problem, installed the thing you told me to, and it does the same thing again. i have installed it into the /usr/src/redhat/SOURCES that i had to create, unzipped everything that had a zip file i could find, and still end up with "error: Failed dependencies:
libSDL-1.2.so.0 is needed by mplayer-gui-1.0pre3-1"...what the heck am i doing wrong?!?!?! ::frustrated:: -tnf

solspin 03-26-2004 12:23 AM

rpms are installed by entering the command "rpm -ivh SDL-1.2.4-5.i386.rpm" I am not sure what you are unzipping, as rpm files are usually not in zip format. The directory /usr/src/redhat/SOURCES is for SDL-1.2.4-5.src.rpm files. You don't need them unless you want to compile yourself. Judging by your frustration, don't bother with the .src files. Just stick with the binaries.

shivprasad 03-26-2004 01:23 AM

Dear all

I also have problem while installing the Mplayer on RH8. First time I faced problem of denpendencies but after that I had tried by using apt but still I am not able to install Mplayer on machine. Give me some solutions.

Thanks
Shivprasad

king_nothingzzz 03-26-2004 01:41 AM

some details please....

Check if u have SDL installed (as solspin pointed out)

If you dont...get it from http://www.libsdl.org/download-1.2.php

Install it

Get mplayer rpm from http://www.mplayerhq.hu/homepage/design6/dload.html

Should work

Cheers

king_nothingzzz

tnf 03-28-2004 11:42 PM

FINALLY i figured it out, thanks to everyones help... you need to do the following
go to http://www.libsdl.org/download-1.2.php and download the file SDL-1.2.7-1.i386.rpm . i had the 4-5 one, and this was the wrong one i guess. then for RH*, go to here and download the files (3 of them needed to install) mplayer-common-1.0pre3-1.i386.rpm AND mplayer-gui-1.0pre3-1.i386.rpm AND mplayer-skin-default-1.0-2.noarch.rpm AND lame-libs-3.93.1-1.i386.rpm . once you have all this, (logged into as root of course) open the terminal rpm the sdl file using the command line

rpm -i SDL-1.2.7-1.i386.rpm

, then run this command line to install mplayer itsself.

rpm -Uvh mplayer-common-1.0pre3-1.i386.rpm mplayer-gui-10pre3-1.i386.rpm mplayer-skin-default-1.0-2.noarch.rpm lame-libs-3.93.1-1.i386.rpm

this should make it install, now i have to figure out how to start it and use it and dl codecs. good luck!

shivprasad 03-30-2004 10:56 PM

hi

(tnf)

I have tried your solution. I have installed sdl & other mplayer related rpm but when I tried to install mplayer by using following command " rpm -ivh mplayer--.rpm" & got "failed dependencies" error & also not got the mplayer file in /usr/bin please suggest me or please give me detail procedure how to install mplayer on RH9.

Thanks in advance

Shivprasad

tnf 03-31-2004 05:05 PM

you have to have the three files i mentioned above, i think they are mplayer-common-1.0pre3-1.i386.rpm AND mplayer-gui-1.0pre3-1.i386.rpm AND mplayer-skin-default-1.0-2.noarch.rpm AND lame-libs-3.93.1-1.i386.rpm (not with the ands) and there is a link to the site above. once you have downloaded all of these, go into the terminal logged on as root, type ls, then hit enter. you will see a list of all the files you have. if you have the three that are needed, run this command (without quotes) " rpm -Uvh mplayer-common-1.0pre3-1.i386.rpm mplayer-gui-10pre3-1.i386.rpm mplayer-skin-default-1.0-2.noarch.rpm lame-libs-3.93.1-1.i386.rpm"


good luck, and keep trying, its the =only way i got it to work

shivprasad 04-01-2004 11:00 PM

Re Hi
tnf

I also tried your solution all rpms you mentioned getting installed. But I am not getting the mplayer executable file. Instead of that I'm only getting skin in "/usr/share/local" folder & one mplayer folder in /etc with three files out of that one is mplayer.conf. I also tried to install mplayer rpm which was downloaded from mplayerhq site. but it is showing dependencies failed. Is it method to install mplayer. please advice.

Thanks in advance

Shivprasad

shivprasad 04-01-2004 11:03 PM

re hi
tnf

I have Red Hat 9.0. I am tried from last 15 days please suggest.

Shivprasad

SelaAragon 04-01-2004 11:12 PM

:scratch: I'm pretty sure I just typed "emerge mplayer".:D

shivprasad 04-02-2004 10:47 PM

Hi

Thanks all of you mainly tnf. Now I am playing my video files in RH9.

Thanks once again

Shivprasad

gnu noob 04-02-2004 11:06 PM

When I install mplayer, I found that the mplayer files were dependent on each other, so i put them all in 1 folder, cd'd to that folder and typed rpm -i *.rpm. I dunno, maybe I had older rpms, but it works fine now.


All times are GMT -5. The time now is 11:35 AM.