openresty / openresty/headers-more-nginx-module
./configure: error: no src/http/modules/ngx_http_headers_filter_module.c/config was found
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 1.8k
- Forks
- 236
- Avg merge
- 1h 34m
- Merged PRs (30d)
- 2
Description
I'm trying to add it in centos6. I've already installed GCC.
I'm working in /home/rootuser/nginx-1.9.15/ directory and the command I'm using is as follow:
./configure --add-module=/src/http/modules/ngx_http_headers_filter_module.c
Then it goes like:
checking for C compiler ... found
using GNU C compiler
gcc version: 4.4.7 20120313 (Red Hat 4.4.7-17) (GCC)
checking for gcc -pipe switch ... found....
and so on everything found to the end and then it shows.
configuring additional modules
adding module in src/http/modules/ngx_http_headers_filter_module.c
./configure: error: no src/http/modules/ngx_http_headers_filter_module.c/config was found
Can anyone please tell me what is going wrong here.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the repository's configure entry point and compare its expected --add-module argument with the supplied /src/http/modules/ngx_http_headers_filter_module.c path. Verify that the referenced module location contains the configuration entry configure expects; done when ./configure completes without the missing config error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c, nginx
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100