Update from 0.6.32 to 0.7.59

Igor Sysoev is at rambler-co.ru
Tue May 26 16:36:26 MSD 2009


On Tue, May 26, 2009 at 08:23:51AM -0400, grigory wrote:

> Hi, I have installed nginx-0.6.32 and it works fine.
> I've been trying to install the new nginx (0.7.59) today but received some errors:
> 
> ./configure --with-pcre=/usr/local/nginx/nginx-0.6.32/pcre-7.9 --with-zlib=/usr/local/nginx/nginx-0.6.32/zlib-1.2.3
> 
> Configuration summary
>   + using PCRE library: /usr/local/nginx/nginx-0.6.32/pcre-7.9
>   + OpenSSL library is not used
>   + md5 library is not found
>   + sha1 library is not used
>   + using zlib library: /usr/local/nginx/nginx-0.6.32/zlib-1.2.3
> 
>   nginx path prefix: "/usr/local/nginx"
>   nginx binary file: "/usr/local/nginx/sbin/nginx"
>   nginx configuration prefix: "/usr/local/nginx/conf"
>   nginx configuration file: "/usr/local/nginx/conf/nginx.conf"
>   nginx pid file: "/usr/local/nginx/logs/nginx.pid"
>   nginx error log file: "/usr/local/nginx/logs/error.log"
>   nginx http access log file: "/usr/local/nginx/logs/access.log"
>   nginx http client request body temporary files: "client_body_temp"
>   nginx http proxy temporary files: "proxy_temp"
>   nginx http fastcgi temporary files: "fastcgi_temp"
> 
> An the error is:
> 
> In file included from src/http/ngx_http_file_cache.c:10:
> src/core/ngx_md5.h:18:17: error: md5.h: No such file or directory

Currently nginx can use md5 in
*) system md5 library
*) OpenSSL system library (requires openssl-dev package on Linux)
*) md5 library built from sources
*) OpenSSL library built from sources

However, nginx builds OpenSSL from sources only if you use
--with-http_ssl_module

In your case you may download md5 library sources
http://sysoev/nginx/libmd5-0.8.2b.tar.gz
and use --with-md5=/path/to/libmd5-0.8.2b


-- 
Igor Sysoev
http://sysoev.ru/en/





More information about the nginx mailing list