LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   executing binary problems. (https://www.linuxquestions.org/questions/linux-software-2/executing-binary-problems-231913/)

cheater1034 09-17-2004 04:00 PM

executing binary problems.
 
I got 2 new softwares that won't work , I got realPlayer10GOLD.bin , and i also got, Win4Lin 5.0, which uses, win4lin-installer,

1. when I type sh win4lin-installer it says (cannot execute binary file

2. when i type sh realPlayer10GOLD.bin it says the exact same thing as above ^

3. When I type ./win4lin-installer it says, Permission Denied (when I'm root)

4. when i type ./realPlayer10GOLD.bin it says the same thing as #3, though I'm root

I'm using gentoo, and i dont know the problem, is there a package needed to be emerged? or something, please help.

m_yates 09-17-2004 04:26 PM

Do you know if the files are executable? You can make them executable with:
Code:

chmod a+x <filename>
Then if you run ./whatever it should run I think.

cheater1034 09-18-2004 11:08 AM

whoops, thanks, that worked :) , i should of knew how to do that


All times are GMT -5. The time now is 04:16 PM.