cubicdaiya/ngx_dynamic_upstream

ngx_http_upstream_srv_conf_t has no member named ‘shm_zone’

Closed this issue · 1 comments

when i compile ngx_dynamic_upstream with the below command:

 /usr/share/tengine/sbin/dso_tool --add-module=/soft/ngx_dynamic_upstream

its output in terminal is:

ngx_dynamic_upstream_module.c:76:17: error: ‘ngx_http_upstream_srv_conf_t’ has no member named ‘shm_zone’
         if (uscf->shm_zone != NULL &&
               ^

I don't know why.is it a bug?

See #13 .