cnken / substitutions4nginx

Automatically exported from code.google.com/p/substitutions4nginx
3 stars 3 forks source link

fails with 1.1.xx #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
    objs/ngx_modules.o \
    -lpthread -lcrypt -lpcre -lssl -lcrypto -ldl -lz
objs/addon/substitutions4nginx-read-only/ngx_http_subs_filter_module.o: In 
function `ngx_http_subs_filter_regex_compile':
/root/substitutions4nginx-read-only/ngx_http_subs_filter_module.c:1271: 
undefined reference to `ngx_regex_capture_count'
collect2: ld returned 1 exit status
make[1]: *** [objs/nginx] Error 1

Original issue reported on code.google.com by malsv...@gmail.com on 26 Dec 2011 at 12:26

GoogleCodeExporter commented 9 years ago
OK, this function named "ngx_regex_capture_count()" is removed after 
nginx-1.1.11+. I have fixed this problem.

Thanks for your report.

Original comment by nbubi...@gmail.com on 27 Dec 2011 at 2:29