开发者

debian wheeze nginx compile error

开发者 https://www.devze.com 2023-04-05 18:54 出处:网络
I am using rvm in debian wheeze, i want to run rails with passenger, and i get error on nginx standalone core compile. I am using ruby 1.9.2 and i have install in my system the proper libs.

I am using rvm in debian wheeze, i want to run rails with passenger, and i get error on nginx standalone core compile. I am using ruby 1.9.2 and i have install in my system the proper libs.

src/core/ngx_resolver.c: In function ‘ngx_resolver_process_ptr’:
src/core/ngx_resolver.c:1425:43: error: variable ‘qclass’ set but not used [-    Werror=unused-but-set-variable]
src/core/ngx_resolver.c:1425:36: error: variable ‘qtype’ set but not used [-Werror=unused-but-set-variable]
cc1: all warnings being treated as errors

make[1]: *** [objs/src/core/ngx_resolver.o] Error 1
make[1]: Leavin开发者_如何学Cg directory `/tmp/miza-passenger-standalone-1133/nginx-1.0.0'
make: *** [build] Error 2
0

精彩评论

暂无评论...
验证码 换一张
取 消