# HG changeset patch # User Igor Sysoev # Date 1245330065 0 # Node ID 3ac5032f598149fdfe5a9eb93b0847eacbd734ac # Parent fe484c0be7c0a981810ed3aeac4726ded17fed5d fix ./configure error message diff --git a/auto/lib/md5/conf b/auto/lib/md5/conf --- 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