-
Notifications
You must be signed in to change notification settings - Fork 282
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
Needs to include stdio.h in nginx/auto/feature for this to work #265
Comments
see #275. |
Found similar issue since some compilation flags changed for Fedora. With the following standard build command it fails:
With manually setting
Applying patch in #275 works just fine in both cases:
|
Hi, I know this is kinda old but I just confirmed the issue lately on Fedora 40. |
Just in case you're building yoursefl, the package is part of Fedora as |
Thanks for the reply ! |
https://github.com/SpiderLabs/ModSecurity-nginx/blob/2497e6ac654d0b117b9534aa735b757c6b11c84f/config#L15
nginx src version: 1.20.2
When I was trying to compile the nginx connector module, nginx configure was complaining about libmodsecurity not found. Command line I was using:
I checked nginx/objs/autoconf.err and this is in it
So I think you need to either set $NGX_INCLUDE_UNISTD_H or not use printf
The text was updated successfully, but these errors were encountered: