I have an app in a remote Linux machine. I am trying to execute the app via ssh, but I get the error:
bash: /app: cannot execute binary file
Why is this happening? The application works fine in the remote machine.
UDATE:
Note related to ./executable: cannot execute binary file since it was a 'make' problem.
file ./executable
? Where./executable
is the file you're trying to run? – Andrew Henle Dec 30 '15 at 01:35