Fix for configure error: the HTTP gzip module requires the zlib library

by rajesh 2012-06-09 13:57:35

Error while installing nginx:

/configure: error: the HTTP gzip module requires the zlib library


Fix: We can either disable gzip module or install zlib library

Install gzip:
run the command
# yum install -y zlib-devel


To disable zlib while compiling
run configure with --without-http_gzip_module
3334
like
0
dislike
0
mail
flag

You must LOGIN to add comments