pcre2 support

gnusys

Active member
As you are aware Nginx now use pcre2 by default

####################
Changes with nginx 1.21.5 28 Dec 2021

*) Change: now nginx is built with the PCRE2 library by default.
####################

But looks like Nemesida does not support pcre2 yet

I am getting the following error trying to load the module on an nginx server compiled with pcre2

nginx: [emerg] dlopen() "/etc/nginx/modules/ngx_http_waf_module.so" failed (/etc/nginx/modules/ngx_http_waf_module.so: undefined symbol: pcre_exec) in /etc/nginx/modules.d/nemesida.load:1

Is there a plan to support pcre2 and if yes what is the timeline
 
As you are aware Nginx now use pcre2 by default

####################
Changes with nginx 1.21.5 28 Dec 2021

*) Change: now nginx is built with the PCRE2 library by default.
####################

But looks like Nemesida does not support pcre2 yet

I am getting the following error trying to load the module on an nginx server compiled with pcre2

nginx: [emerg] dlopen() "/etc/nginx/modules/ngx_http_waf_module.so" failed (/etc/nginx/modules/ngx_http_waf_module.so: undefined symbol: pcre_exec) in /etc/nginx/modules.d/nemesida.load:1

Is there a plan to support pcre2 and if yes what is the timeline
Hello.
Our next version will support pcre2 and nginx 1.21.5. We are working on it right now.
 
I would suggest that the module is released for

nginx 1.21.6 as 1.21.5 is already outdated!
Yep, thank you! We'll let you know separately when the new build is released (in the next few business days).
 
Back
Top