diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2009-06-18 13:01:05 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2009-06-18 13:01:05 +0000 |
| commit | 1f823708e07c3ecf3d1e71ca73730b737d3b5659 (patch) | |
| tree | 471c32e5a17c85b6b7472717242ee995c58daca3 | |
| parent | 0775182312de6b279bb99cc23d644382db04870a (diff) | |
| download | nginx-1f823708e07c3ecf3d1e71ca73730b737d3b5659.tar.gz nginx-1f823708e07c3ecf3d1e71ca73730b737d3b5659.tar.bz2 | |
fix ./configure error message
Diffstat (limited to '')
| -rw-r--r-- | auto/lib/md5/conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/auto/lib/md5/conf b/auto/lib/md5/conf index d4ef0070e..246ee02f7 100644 --- a/auto/lib/md5/conf +++ b/auto/lib/md5/conf @@ -100,9 +100,9 @@ cat << END $0: error: the HTTP cache module requires md5 functions 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 ---with-openssl=<path> option. +--with-http_ssl_module --with-openssl=<path> options. END exit 1 |
