Installation of zlib Install zlib by running the following commands: ./configure --prefix=/usr && make && make install && ./configure --prefix=/usr --shared && make && make install && cp zlib.3 /usr/share/man/man3