-
Notifications
You must be signed in to change notification settings - Fork 19
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
Build failed if nginx build with pcre from sources #63
Comments
Also this happens with all custom libs (zlib ssl ...) |
SSL fixes with adding variable |
Something like this Could you elaborate a bit on why do you need custom libs? |
zlib is fixed by specifying |
Already tried with no success.
|
I have this in my build file for pcre2:
|
manually fixing CMakeLists.txt helped |
Apparently, both |
Describe the bug
I'm trying to build module from source with nginx with pcre2 from sources.
Build is failing because it is trying to find pcre2.h inside nginx directory
To reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: