mirror of
https://github.com/nginx/nginx.git
synced 2025-06-07 17:52:38 +08:00
fix ./configure error message
This commit is contained in:
parent
0775182312
commit
1f823708e0
@ -100,9 +100,9 @@ cat << END
|
|||||||
|
|
||||||
$0: error: the HTTP cache module requires md5 functions
|
$0: error: the HTTP cache module requires md5 functions
|
||||||
from OpenSSL library. You can either disable the module by using
|
from OpenSSL library. You can either disable the module by using
|
||||||
--without-http_cache option, or install the OpenSSL library into the system,
|
--without-http-cache option, or install the OpenSSL library into the system,
|
||||||
or build the OpenSSL library statically from the source with nginx by using
|
or build the OpenSSL library statically from the source with nginx by using
|
||||||
--with-openssl=<path> option.
|
--with-http_ssl_module --with-openssl=<path> options.
|
||||||
|
|
||||||
END
|
END
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user