nginx_upstream_check_module
nginx_upstream_check_module copied to clipboard
make: *** No rule to make target 'build', needed by 'default'. Stop
I installed packages in "Debian 11"
apt install libplib-dev gcc openssl* pcre* zlib* git
but error continued
make: *** No rule to make target 'build', needed by 'default'. Stop
please guide me about resolution method
what's your nginx version?
redscience @.***> 于2023年2月10日周五 02:01写道:
I installed packages in "Debian 11"
apt install libplib-dev gcc openssl* pcre* zlib* git
but error continued
make: *** No rule to make target 'build', needed by 'default'. Stop
please guide me about resolution method
— Reply to this email directly, view it on GitHub https://github.com/yaoweibin/nginx_upstream_check_module/issues/266, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABFRGPWASLGEUNNNIB7Y7LWWUWGXANCNFSM6AAAAAAUW3SKIA . You are receiving this because you are subscribed to this thread.Message ID: @.***>
nginx -v nginx version: nginx/1.18.0
Additional details:
cd nginx-1.8.0 patch -p1 < /path/nginx_upstream_check_module/check.patch ./configure --add-module=/path/nginx_upstream_check_module make make: *** No targets specified and no makefile found. Stop.
vim Makefile
default: build
clean:
rm -rf Makefile objs