nginx_upstream_check_module icon indicating copy to clipboard operation
nginx_upstream_check_module copied to clipboard

Error configuring nginx with --add-module=nginx_upstream_check_module

Open Mimikoo opened this issue 10 years ago • 1 comments

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

Mimikoo avatar Mar 01 '14 09:03 Mimikoo

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 ?

learywolf avatar Mar 02 '21 08:03 learywolf