openresty / openresty/openresty-packaging

ngx_http_upstream_check_module not found

Open
#110 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Makefile
Stars
187
Forks
93
PR merge metrics
No merged PRs in 30d

Description

centos-7.9 gcc-4.8.5 编译安装 openresty-1.21.4.2

./configure --with-pcre-jit --with-ipv6 --prefix=$openresty_install_path -j$cpu_num --with-debug --with-http_v2_module --add-module=./bundle/nginx_upstream_check_module-master

nginx_upstream_check_module-master的存放在路径 :
openresty-1.21.4.2/bundle/nginx_upstream_check_module-master

报错如下:


2023-08-25T04:05:04.128629298Z adding module in /home/work/openresty/openresty-1.21.4.2/bundle/nginx_upstream_check_module-master

2023-08-25T04:05:04.161511089Z checking for ngx_http_upstream_check_module ... not found
2023-08-25T04:05:04.164959018Z     ./configure: error: the ngx_http_upstream_check_module addon error.



Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the reported ./configure command and the bundle/nginx_upstream_check_module-master path on CentOS 7.9. Check whether the addon directory and its expected module files are present and compatible with the OpenResty version; done means configure recognizes ngx_http_upstream_check_module without the addon error.

Written by the indexing model from the issue text.

Assessment

Tech stack
nginx
Domain
build-system
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.