I am trying to run a binary file (./elastix) in the terminal but I am getting the following error
/Users/tony/Desktop/elastix-4.9/bin/elastix: cannot execute binary file
When I type the command file elastix I get
elastix: ELF 64-bit LSB executable, x86-64, version 1 (GNU/Linux), dynamically linked, interpreter /lib64/l, for GNU/Linux 2.6.32, BuildID[sha1]=d13c10b0fe409ac66c2733ea6efb1cfb175b4070, not stripped
and when I type uname -m
I get:
x86_64
So it seems like my system and the file are compatible which is why I'm confused. Perhaps it has to do with not striped
?