the compile cannot find the zlib in the path. from the shell you are invoking the make from type set | grep PATH and ensure the path to the lib is there. If it is not then type PATH=$PATH:/path/to/zlib (substituting the exact path of course. If that fails ensure that the permissions for zlib arer correctly set. Good luck,
daemon