Unix/Ubuntu

Solving i386 binary file problems on amd64

알 수 없는 사용자 2011. 11. 28. 17:09
Wine problem:
$ wine
-bash: /usr/bin/wine: No such file or directory

Synopsys tools:
For Synopsys installer, you might encounter the following error on Ubuntu Oneiric.
/usr/synopsys/installer/install_bin/Linux/bin/tclsh: Command not found.
This is because the binary files that come with the tool (or wine) can not find 32bit libraries.

https://bugs.launchpad.net/ubuntu/+source/ia32-libs/+bug/852101
You need to install ia-32libs and if the problem still persists, ia32-libs-multiarch.
sudo apt-get install ia32-libs ia32-libs-multiarch 
Argh...