[Ubuntu 64] Error: No such file or directory - achishis2/achishis2.github.io GitHub Wiki

bash : You might need ia32-libs on 64bit ubuntu.

$ sudo apt-get install ia32-libs

zlib :

First, install apt-file
$ sudo apt-get install apt-file

You probably need to update
$ sudo apt-file updata

look for zlib.h
$ apt-file search zlib.h

if there is too many
$ apt-file search /usr/include/zlib.h
zlib1g-dev: /usr/include/zlib.h

$ sudo apt-get install zlib1g-dev