evilginx icon indicating copy to clipboard operation
evilginx copied to clipboard

zlib library not found

Open jackanders62 opened this issue 8 years ago • 5 comments

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= option.

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.

jackanders62 avatar Jul 27 '17 10:07 jackanders62

+1 Same problem Tested on Kali GNU/Linux Rolling

D4Vinci avatar Jul 28 '17 22:07 D4Vinci

you need zlib development bindings:

apt-get install --reinstall zlibc zlib1g zlib1g-dev

Franco-Poveda avatar Sep 19 '17 06:09 Franco-Poveda

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.

poweroftrue avatar Oct 21 '17 13:10 poweroftrue

above tips worked for me

X3eRo0 avatar Feb 13 '18 13:02 X3eRo0

https://www.cyberciti.biz/faq/centos-install-zlib-devel/ yum install zlib-devel

lcp580 avatar Sep 21 '20 08:09 lcp580