Description
I am building the Modsecurity module dynamically against Nginx v1.27.2 Mainline, on Ubuntu 22.04. The Ubuntu 22.04 instructions HERE: say to use the configure flag --with-pcre2
.
Are these old Instructions?
-
Should I be using the
--with-pcre2
configure flag when building LibModsecurity v3.0.13 from https://github.com/owasp-modsecurity/ModSecurity ? -
Secondly, should I be using the
--with-pcre2
configure flag when building Modsecurity v3.0.13 from https://github.com/owasp-modsecurity/ModSecurity ? -
Lastly, should I be using the
--with-pcre2
configure flag when building the Modsecurity Connector Module v1.0.3 from https://github.com/owasp-modsecurity/ModSecurity-nginx ?
I just want to be sure where and when I should be using the --with-pcre2 flags when attempting to build the module dynamically on Ubunut 22.04.
Thanks for the help.