You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm getting the following error when I try to make nginx:
/root/set-misc-nginx-module/src/ngx_http_set_hashed_upstream.c: In function ‘ngx_http_set_misc_get_upstream_list’:
/root/set-misc-nginx-module/src/ngx_http_set_hashed_upstream.c:12: error: ‘ndk_upstreams’ undeclared (first use in this function)
/root/set-misc-nginx-module/src/ngx_http_set_hashed_upstream.c:12: error: (Each undeclared identifier is reported only once
/root/set-misc-nginx-module/src/ngx_http_set_hashed_upstream.c:12: error: for each function it appears in.)
make[1]: *** [objs/addon/src/ngx_http_set_hashed_upstream.o] Error 1
make[1]: Leaving directory `/root/nginx-0.8.54'
I configured nginx by including the ngx_devel_kit module as well as the set-misc-nginx-module.
Any suggestions?
The text was updated successfully, but these errors were encountered:
Hi, I'm getting the following error when I try to make nginx:
/root/set-misc-nginx-module/src/ngx_http_set_hashed_upstream.c: In function ‘ngx_http_set_misc_get_upstream_list’:
/root/set-misc-nginx-module/src/ngx_http_set_hashed_upstream.c:12: error: ‘ndk_upstreams’ undeclared (first use in this function)
/root/set-misc-nginx-module/src/ngx_http_set_hashed_upstream.c:12: error: (Each undeclared identifier is reported only once
/root/set-misc-nginx-module/src/ngx_http_set_hashed_upstream.c:12: error: for each function it appears in.)
make[1]: *** [objs/addon/src/ngx_http_set_hashed_upstream.o] Error 1
make[1]: Leaving directory `/root/nginx-0.8.54'
I configured nginx by including the ngx_devel_kit module as well as the set-misc-nginx-module.
Any suggestions?
The text was updated successfully, but these errors were encountered: