-
Notifications
You must be signed in to change notification settings - Fork 25
Nginx-otel doesn't compile on debian bookworm 12.9 #85
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
Comments
That indicates pre 1.23 nginx. Say, if you remove this line ( |
Yes it's 1.22 but this is the current stable Debian version and next stable release hasn't been anounced yet. Anyway removing header->next = NULL does make it work. But will it affect any functionality or stability? |
It shouldn't, but more comprehensive fix is also quite straightforward here (see above commit). |
Thanks so much for prompt response&the fix. Much appreciated |
Describe the bug
I'm tryting to compile nginx-otel as module on debian bookworm (12.9). And it fails with:
To reproduce
Steps to reproduce the behavior:
Using debian bookworm 12.9 or the latest debian:bookworm-slim container:
Expected behavior
I'm expecting the compilation to complete successfully.
Your environment
I'm using debian:bookwork-slim container. But any debian bookworm can work.
Debian
Additional context
Looking at /usr/share/nginx/src/src/core/ngx_hash.h there's no next in ngx_table_elt_t:
The text was updated successfully, but these errors were encountered: