Tengine 2.1.2升级失败

问答中心分类: OneinStackTengine 2.1.2升级失败
匿名用户 asked 8年 ago
rc/http/ngx_http_request.c: In function ?.gx_http_ssl_handshake_handler?.
src/http/ngx_http_request.c:795:26: error: ?.gx_http_addr_conf_t?.has no member named ?.ttp2?
if (hc->addr_conf->http2 || hc->addr_conf->spdy) {
^
src/http/ngx_http_request.c:818:17: error: implicit declaration of function ?.gx_http_v2_init?.[-Werror=implicit-function-declaration]
ngx_http_v2_init(c->read);
^
cc1: all warnings being treated as errors
make[1]: *** [objs/src/http/ngx_http_request.o] Error 1
make[1]: Leaving directory `/root/oneinstack/src/tengine-2.1.2'
make: *** [build] Error 2
Upgrade Tengine failed!

2 Answers
oneinstack answered 8年 ago
bug:https://github.com/alibaba/tengine/issues/681

lucki answered 8年 ago
这个问题已经解决了 管理员