LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   RealPlayer 8 (https://www.linuxquestions.org/questions/linux-newbie-8/realplayer-8-a-96969/)

troycus 09-25-2003 09:17 PM

RealPlayer 8
 
I just downloaded RealPLayer 8 for linux. I 'm running into a problems. I downloaded rp8_linux_alpha_rh62_cs1.bin to my desktop. I proceeded to use these commands:

chmod u+x rp8_linux_alpha_rh62_cs1.bin
then
./rp8_linux_alpha_rh62_cs1.bin

I get:

bash: ./rp8_linux_alpha_rh62_cs1.bin: cannot execute binary file.

What am I doing wrong?

Please help.

Or, is there another mediaplayer that can be used to play clips off of nfl.com?

maroonbaboon 09-25-2003 09:47 PM

chmod u+x rp8_linux_alpha_rh62_cs1.bin

gives the file owner permission to execute this binary file. But I think you might need to be root to install it. You could try:

% chmod 755 rp8_linux_alpha_rh62_cs1.bin

Then login as root and do

# ./rp8_linux_alpha_rh62_cs1.bin

mplayer (http://www.mplayerhq.hu) will play pretty much anything if the right codecs are installed. Not sure where RP8 codecs come from, if not from doing the RP8 installation as above.

captainstorm 09-26-2003 03:19 AM

No, me too have this problem. Even at root, cannot execute binary file.

:confused:

maroonbaboon 09-26-2003 07:39 AM

Just editing for the second time...

My version is called:

rp8_linux20_libc6_i386_cs2.bin

Looks like you might have the version for a DEC (sorry HP, no wait, Compaq) Alphastation.

ehdwuld 09-27-2003 02:01 AM

RealPlayer8-8.0.3.412-6.i386.rpm
loaded easily


RealPlayer8-plugin-8.0.3.412-6.i386.rpm
and of course the plugin for mozilla/Netscape

captainstorm 09-27-2003 08:36 AM

install the xine player, it's everything:)
There are RH binary available


All times are GMT -5. The time now is 11:13 PM.