from http://askubuntu.com/questions/133389/no-such-file-or-directory-but-the-file-exists
To run 32bit executable file in a 64 bit multi-arch Ubuntu system, you have to add i386 architecture and also you have to install libc6:i386,libncurses5:i386,libstdc++6:i386 these three library packages.
sudo dpkg --add-architecture i386 sudo apt-get update sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386 sudo ./file-namesudo apt-get update sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0

被折叠的 条评论
为什么被折叠?



