You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, trying to build the image results in an error because the pcre library is missing. It seems like the module should be build with pcre2 using --with-pcre2 during the configure step.
Describe the bug
Hi, trying to build the image results in an error because the pcre library is missing. It seems like the module should be build with pcre2 using
--with-pcre2
during the configure step.Related issues:
Is this an issue or do I need to build the module another way?
To reproduce
Steps to reproduce the behavior:
docker build --build-arg ENABLED_MODULES="modsecurity" -t my-nginx-with-modsecurity .
Spoiler: Error log
Expected behavior
The image is build successfully.
Your environment
The text was updated successfully, but these errors were encountered: