Tuesday, May 24, 2011

"No such file" when trying to execute linux program?

Yup, random error thanks for the help on this one.

 

Odds are you are on a 64bit machines trying to run a 32bit application.

 

If you are in ubuntu, do this

apt-get install ia32-libs

 

Done.

1 comment: