From 27bbe3ef504821a6312e725e8f22c5718564b960 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 18 Jun 2009 13:01:05 +0000 Subject: [PATCH] fix ./configure error message --- auto/lib/md5/conf | 4 ++-- 1 file 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= option. +--with-http_ssl_module --with-openssl= options. END exit 1