-
Notifications
You must be signed in to change notification settings - Fork 363
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
compile failed.how to resolve it? #179
Comments
It looks like it's broken since nginx-1.20.2, they change a lot of SSL functions. Let me see how to solve it. |
/root/nginx_tcp_proxy_module/parsers/http_request_parser.c |
Getting similar errors with all recent nginx versions I've tried, 1.24, 1.22, 1.20, and 1.18, building on AlmaLinux 8. Old server had If I set an environment variable to
ChatGPT seems to think that it's related to an incompatible version of Any help with these issues @yaoweibin ? |
#17 66.92 -o objs/addon/parsers/http_request_parser.o
1693#17 66.92 modules/nginx_tcp_proxy_module/parsers/http_request_parser.c
1694#17 66.95 http_request_parser.c: In function 'http_request_parser_execute':
1695#17 66.95 http_request_parser.rl:29:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
1696#17 66.95 http_request_parser.rl:31:1: note: here
1697#17 66.95 http_request_parser.rl:46:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
1698#17 66.95 http_request_parser.rl:48:1: note: here
1699#17 66.95 http_request_parser.rl:29:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
1700#17 66.95 http_request_parser.rl:31:1: note: here
1701#17 66.95 http_request_parser.rl:50:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
1702#17 66.95 http_request_parser.rl:52:1: note: here
1703#17 66.95 http_request_parser.rl:29:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
1704#17 66.95 http_request_parser.rl:31:1: note: here
1705#17 66.95 http_request_parser.c:241:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
1706#17 66.95 http_request_parser.c:243:1: note: here
1707#17 66.95 http_request_parser.c:248:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
1708#17 66.95 http_request_parser.c:250:1: note: here
1709#17 66.95 http_request_parser.c:255:5: error: this statement may fall through [-Werror=implicit-fallthrough=]
1710#17 66.95 http_request_parser.c:257:1: note: here
The text was updated successfully, but these errors were encountered: