Unable to extract bin file.
Status: Beta
Brought to you by:
apavlin
Can't Open the Binary on linux. Am I doing something wrong? I am downloading the linux bin file and I can't extract it.
Here's the output I get.
ddraig@PC:~/YAAC$ chmod -c 777 YAAC_linux_x86.bin
ddraig@PC:~/YAAC$ ./YAAC_linux_x86.bin
bash: ./YAAC_linux_x86.bin: cannot execute binary file: Exec format error
ddraig@PC:~/YAAC$ sudo ./YAAC_linux_x86.bin
[sudo] password for ddraig:
./YAAC_linux_x86.bin: 1: ./YAAC_linux_x86.bin: Syntax error: "(" unexpected
ddraig@PC:~/YAAC$
Anonymous
What distro and version of Linux are you using? Note that this .bin file only works on 32-bit Intel processor systems. It will not work on ARM or PowerPC processors, nor on Intel distros with only 64-bit executable support.
FYI, I have dropped support for the self-unpacking archives, as they were causing more trouble than they were worth (especially after my 64-bit server refused to let me install the 32-bit version of the self-unpacking stub). All users should use the YAAC.zip file for all platforms.