ReJeCtAll / naxsi

Automatically exported from code.google.com/p/naxsi
Other
0 stars 0 forks source link

Compile error error: ‘ngx_regex_t’ has no member named ‘pcre’ #35

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. nginx-1.3.1
2. ./configure  --prefix=/opt/nginx --with-http_gzip_static_module 
--with-http_ssl_module --with-debug --add-module=../naxsi-0.46-1/naxsi_src/
3. make

../naxsi-0.46-1/naxsi_src//naxsi_runtime.c: In function 
‘ngx_http_process_basic_rule_buffer’:
../naxsi-0.46-1/naxsi_src//naxsi_runtime.c:121: error: ‘ngx_regex_t’ has no 
member named ‘pcre’
make[1]: *** [objs/addon/naxsi_src/naxsi_runtime.o] Error 1

Original issue reported on code.google.com by dmitry.l...@gmail.com on 13 Jun 2012 at 8:14

GoogleCodeExporter commented 8 years ago
fixed in svn, to be released with 0.47

Original comment by ori...@gmail.com on 17 Jun 2012 at 12:12

GoogleCodeExporter commented 8 years ago
Hi,

I tried compile it with nginx 1.2.2 but I've got the same error and I just 
realize that in download section 0.47 package is not the same as in svn. Inside 
this zip is still 0.46-1  

Cheers

Original comment by robert.m...@fxitech.com on 25 Jul 2012 at 10:37