openresty / replace-filter-nginx-module

Streaming regular expression replacement in response bodies
260 stars 68 forks source link

Installation error with sregex library #1

Closed LazyZhu closed 11 years ago

LazyZhu commented 11 years ago

sregex installing with default prefix:

# ls /usr/local/lib
libsregex.a  libsregex.so
# ls /usr/local/include
sregex

but ./configure --add-module=/root/src/replace-filter-nginx-module occurred error:

adding module in /root/src/replace-filter-nginx-module
checking for agentzh's sregex library ... not found
checking for agentzh's sregex library in /usr/local/ ... not found
./configure: error: ngx_http_replace_filter_module requires agentzh's sregex library.
agentzh commented 11 years ago

Just fixed in master. Could you please try again? Thanks!

LazyZhu commented 11 years ago

@agentzh Thanks, it's working now.