nginx_upstream_check_module
nginx_upstream_check_module copied to clipboard
Error configuring nginx with --add-module=nginx_upstream_check_module
git clone https://github.com/yaoweibin/nginx_upstream_check_module.git ~/src/nginx-modules/nginx_upstream_check_module; cd nginx; ./configure --add-module=~/src/nginx-modules/nginx_upstream_check_module
Error is: adding module in ~/src/nginx-modules/nginx_upstream_check_module checking for ngx_http_upstream_check_module ... not found auto/configure: error: the ngx_http_upstream_check_module addon error.
I have to rename nginx_upstream_check_module to ngx_http_upstream_check_module
git clone https://github.com/yaoweibin/nginx_upstream_check_module.git ~/src/nginx-modules/nginx_upstream_check_module; cd nginx; ./configure --add-module=~/src/nginx-modules/nginx_upstream_check_module
Error is: adding module in ~/src/nginx-modules/nginx_upstream_check_module checking for ngx_http_upstream_check_module ... not found auto/configure: error: the ngx_http_upstream_check_module addon error.
I have to rename nginx_upstream_check_module to ngx_http_upstream_check_module
I tried to rename the dir name ,but I got the same error. Do you solve it ?