comparison auto/lib/md5/conf @ 586:53f5f04a64b8 NGINX_0_8_45

nginx 0.8.45 *) Feature: ngx_http_xslt_filter improvements. Thanks to Laurence Rowe. *) Bugfix: SSI response might be truncated after include with wait="yes"; the bug had appeared in 0.7.25. Thanks to Maxim Dounin. *) Bugfix: the "listen" directive did not support the "setfib=0" parameter.
author Igor Sysoev <http://sysoev.ru>
date Tue, 13 Jul 2010 00:00:00 +0400
parents f0cac61857ae
children 8dc007eddbcf
comparison
equal deleted inserted replaced
585:565a8b8fdad5 586:53f5f04a64b8
92 92
93 if [ $ngx_found = yes ]; then 93 if [ $ngx_found = yes ]; then
94 CORE_LIBS="$CORE_LIBS $ngx_feature_libs" 94 CORE_LIBS="$CORE_LIBS $ngx_feature_libs"
95 MD5=YES 95 MD5=YES
96 MD5_LIB=$ngx_md5_lib 96 MD5_LIB=$ngx_md5_lib
97 else 97 fi
98 fi
98 99
100 if [ $MD5 != YES ]; then
99 cat << END 101 cat << END
100 102
101 $0: error: the HTTP cache module requires md5 functions 103 $0: error: the HTTP cache module requires md5 functions
102 from OpenSSL library. You can either disable the module by using 104 from OpenSSL library. You can either disable the module by using
103 --without-http-cache option, or install the OpenSSL library into the system, 105 --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 106 or build the OpenSSL library statically from the source with nginx by using
105 --with-http_ssl_module --with-openssl=<path> options. 107 --with-http_ssl_module --with-openssl=<path> options.
106 108
107 END 109 END
108 exit 1 110 exit 1
109 fi
110
111 fi 111 fi
112 112
113 fi 113 fi