Skip to content

Commit

Permalink
doc: update installation.md
Browse files Browse the repository at this point in the history
default installation need zlib-devel

checking for zlib library ... not found

./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=<path> option.
  • Loading branch information
saintak authored Mar 13, 2024
1 parent 1b1b4da commit 8ec7d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2/en/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ apt-get install libpcre3-dev \
You're recommended to install the following packages using yum:

```bash
yum install pcre-devel openssl-devel gcc curl
yum install pcre-devel openssl-devel gcc curl zlib-devel
```

### Mac OS X (macOS) users
Expand Down

0 comments on commit 8ec7d55

Please sign in to comment.