comparison auto/lib/md5/conf @ 2961:31526449835f stable-0.7

merge r2950, r2951: cache related fixes: *) fix building --without-http-cache, broken in r2945 *) fix ./configure error message
author Igor Sysoev <igor@sysoev.ru>
date Mon, 22 Jun 2009 09:29:10 +0000
parents cb3d4dc8c6db
children 4d47a0658e7d
comparison
equal deleted inserted replaced
2960:7282f9d25521 2961:31526449835f
98 98
99 cat << END 99 cat << END
100 100
101 $0: error: the HTTP cache module requires md5 functions 101 $0: error: the HTTP cache module requires md5 functions
102 from OpenSSL library. You can either disable the module by using 102 from OpenSSL library. You can either disable the module by using
103 --without-http_cache option, or install the OpenSSL library into the system, 103 --without-http-cache option, or install the OpenSSL library into the system,
104 or build the OpenSSL library statically from the source with nginx by using 104 or build the OpenSSL library statically from the source with nginx by using
105 --with-openssl=<path> option. 105 --with-http_ssl_module --with-openssl=<path> options.
106 106
107 END 107 END
108 exit 1 108 exit 1
109 fi 109 fi
110 110