Saturday, March 23, 2013

“No such file or directory” error when executing a binary

problem:
when try to execute a binary it shows error No such file or directory

reason:
your platform is 64 bit, and try to execute a 32 bit binary

confirm:
uname -m
file [your binary path]


solution:
apt-get install ia32-libs ia32-libs-gtk

No comments:

Post a Comment