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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: