zlib library not found
Please can you explain to me why I keep getting this error when I run ./install.sh on terminal and how can I fix it?
/configure: error: the HTTP gzip module requires the zlib library.
You can either disable the module by using --without-http_gzip_module
option, or install the zlib library into the system, or build the zlib library
statically from the source with nginx by using --with-zlib=
ERROR: failed to run command: sh ./configure --prefix=/etc/nginx/nginx ... [-] Failed to configure openresty installation.
I will really appreciate your quick response. Thanks in anticipation.
+1 Same problem Tested on Kali GNU/Linux Rolling
you need zlib development bindings:
apt-get install --reinstall zlibc zlib1g zlib1g-dev
Hello @jackanders62, Evilginx only support Debian right now but you can help us in the experiment docker image here: https://github.com/kgretzky/evilginx/pull/45
You should able to run this on any operating system with Docker installed.
above tips worked for me
https://www.cyberciti.biz/faq/centos-install-zlib-devel/ yum install zlib-devel