comparison auto/lib/md5/conf @ 2950:3ac5032f5981

fix ./configure error message
author Igor Sysoev <igor@sysoev.ru>
date Thu, 18 Jun 2009 13:01:05 +0000
parents da1ba8a5c8c9
children 4d47a0658e7d
comparison
equal deleted inserted replaced
2949:fe484c0be7c0 2950:3ac5032f5981
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