8 | | "checking for OpenSSL library in /usr/local/ ... not found", |
9 | | "checking for OpenSSL library in /usr/pkg/ ... not found", |
10 | | "checking for OpenSSL library in /opt/local/ ... not found", |
11 | | "auto/configure: error: SSL modules require the OpenSSL library.", |
12 | | "You can either do not enable the modules, or install the OpenSSL library", |
13 | | "into the system, or build the OpenSSL library statically from the source", |
14 | | "with nginx by using --with-openssl=<path> option." |
| 8 | checking for getaddrinfo() ... found |
| 9 | checking for PCRE2 library ... not found |
| 10 | checking for PCRE library ... found |
| 11 | checking for PCRE JIT support ... found |
| 12 | checking for OpenSSL library ... not found |
| 13 | checking for OpenSSL library in /usr/local/ ... not found |
| 14 | checking for OpenSSL library in /usr/pkg/ ... not found |
| 15 | checking for OpenSSL library in /opt/local/ ... not found |
| 16 | |
| 17 | auto/configure: error: SSL modules require the OpenSSL library. |
| 18 | You can either do not enable the modules, or install the OpenSSL library |
| 19 | into the system, or build the OpenSSL library statically from the source |
| 20 | with nginx by using --with-openssl=<path> option. |