yangzi129 / nginx-upstream-jvm-route

Automatically exported from code.google.com/p/nginx-upstream-jvm-route
0 stars 0 forks source link

compile error 'ngx_http_upstream_server_t' has no member named *** #21

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.config & make tengine
2.dso_tool to add nginx-upstream-jvm-route module
3.meet errors , attach <<complie.log>> for detail.

ngx_http_upstream_jvm_route_module.c: In function 
'ngx_http_upstream_jvm_route_get_socket':
ngx_http_upstream_jvm_route_module.c:191: error: 'ngx_http_upstream_srv_conf_t' 
has no member named 'reverse'
ngx_http_upstream_jvm_route_module.c:192: error: 'ngx_http_upstream_server_t' 
has no member named 'srun_id'
ngx_http_upstream_jvm_route_module.c:223: error: 'ngx_http_upstream_srv_conf_t' 
has no member named 'lengths'
ngx_http_upstream_jvm_route_module.c:223: error: 'ngx_http_upstream_srv_conf_t' 
has no member named 'values'
ngx_http_upstream_jvm_route_module.c:237: error: 'ngx_http_upstream_srv_conf_t' 
has no member named 'session_url'
ngx_http_upstream_jvm_route_module.c:241: error: 'ngx_http_upstream_srv_conf_t' 
has no member named 'session_cookie'
ngx_http_upstream_jvm_route_module.c:485: error: 'NGX_HTTP_UPSTREAM_SRUN_ID' 
undeclared (first use in this function)

详细请参见附件:compile.log。

Original issue reported on code.google.com by higko...@gmail.com on 18 Feb 2014 at 4:05

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
将日志压缩并上传:compile.zip 。

Original comment by higko...@gmail.com on 18 Feb 2014 at 4:10

Attachments: