Hello I try to install the latest version of this repo by cloning the repo with git clone and with nginx 1.21.5 when I try to run 'make modules' command, I got this error :
error: ‘pcre_malloc’ undeclared (first use in this function); did you mean ‘old_pcre_malloc’?
78 | if (pcre_malloc != ngx_http_modsec_pcre_malloc) {
| ^~~
Hello I try to install the latest version of this repo by cloning the repo with git clone and with nginx 1.21.5 when I try to run 'make modules' command, I got this error :
error: ‘pcre_malloc’ undeclared (first use in this function); did you mean ‘old_pcre_malloc’? 78 | if (pcre_malloc != ngx_http_modsec_pcre_malloc) { | ^
~~Please give some suggestions Thank