Chinaunix首页 | 论坛 | 博客
  • 博客访问: 3017285
  • 博文数量: 535
  • 博客积分: 15788
  • 博客等级: 上将
  • 技术积分: 6507
  • 用 户 组: 普通用户
  • 注册时间: 2007-03-07 09:11
文章分类

全部博文(535)

文章存档

2016年(1)

2015年(1)

2014年(10)

2013年(26)

2012年(43)

2011年(86)

2010年(76)

2009年(136)

2008年(97)

2007年(59)

分类: LINUX

2009-06-03 11:37:50


The latest stable versions are 
在nginx-0.7.59之前,系统自带的openssl版本低于openssl-0.9.8e时编译时报错如下:
    objs/ngx_modules.o \
        -lcrypt -lpcre -lz
objs/src/http/ngx_http_file_cache.o: In function `ngx_http_file_cache_create_key':
/EBS/soft-backup/nginx-0.7.58/src/http/ngx_http_file_cache.c:128: undefined reference to `MD5_Init'
/EBS/soft-backup/nginx-0.7.58/src/http/ngx_http_file_cache.c:138: undefined reference to `MD5_Update'
/EBS/soft-backup/nginx-0.7.58/src/http/ngx_http_file_cache.c:145: undefined reference to `MD5_Final'
collect2: ld returned 1 exit status
make[1]: *** [objs/nginx] Error 1
make[1]: Leaving directory `/EBS/soft-backup/nginx-0.7.58'
make: *** [build] Error 2


the change log:
Changes with nginx 0.7.59                                        25 May 2009

    *) Feature: the "proxy_cache_methods" and "fastcgi_cache_methods" 
       directives.

    *) Bugfix: socket leak; the bug had appeared in 0.7.25.
       Thanks to Maxim Dounin.

    *) Bugfix: a segmentation fault occurred in worker process, 
       if a request had no body and the $request_body variable was used;
       the bug had appeared in 0.7.58.

    *) Bugfix: the SSL modules might not built on Solaris and Linux;
       the bug had appeared in 0.7.58.

    *) Bugfix: ngx_http_xslt_filter_module responses were not handled by 
       SSI, charset, and gzip filters.

    *) Bugfix: a "charset" directive did not set a charset to 
       ngx_http_gzip_static_module responses.

阅读(5639) | 评论(2) | 转发(0) |
给主人留下些什么吧!~~

chinaunix网友2009-06-08 11:09:08

好服月租型IT服务台,与你共成长! 月租型ITSM软件,注册即可免费体验! 详情请登录官方网站:http://www.servicezon.com

chinaunix网友2009-06-03 16:20:01

呵呵,不错,继续努力把