kgretzky / evilginx

PLEASE USE NEW VERSION: https://github.com/kgretzky/evilginx2
MIT License
1.07k stars 261 forks source link

zlib library not found #38

Open jackanders62 opened 7 years ago

jackanders62 commented 7 years ago

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.

D4Vinci commented 7 years ago

+1 Same problem Tested on Kali GNU/Linux Rolling

Franco-Poveda commented 7 years ago

you need zlib development bindings:

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

poweroftrue commented 6 years ago

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.

X3eRo0 commented 6 years ago

above tips worked for me

lcp580 commented 4 years ago

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