nginx_upstream_check_module icon indicating copy to clipboard operation
nginx_upstream_check_module copied to clipboard

make: *** No rule to make target 'build', needed by 'default'. Stop

Open redscience opened this issue 2 years ago • 3 comments

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

redscience avatar Feb 09 '23 18:02 redscience

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: @.***>

yaoweibin avatar Feb 10 '23 00:02 yaoweibin

nginx -v nginx version: nginx/1.18.0

redscience avatar Feb 10 '23 14:02 redscience

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

redscience avatar Feb 10 '23 14:02 redscience