Runing 32bit binary on 64bit architecture

lastnight we was tranfer some binary application from old box to new one box and cannot running the error messages give me like

no such file or directory

after uname we got the problem comeing from the newbox is 64bit architechture operation system we need to install 32bit libs on this box

#sudo apt-get install ia32-libs

after this command we can running it again