yaoweibin / ngx_http_substitutions_filter_module

a filter module which can do both regular expression and fixed string substitutions for nginx
607 stars 213 forks source link

此模块无法动态编译?(Unable to compile as dynamic modules?) #31

Closed mashirozx closed 5 years ago

mashirozx commented 5 years ago
# ./configure --prefix=/etc/nginx/ \
            --with-stream \
            --with-http_geoip_module \
            --sbin-path=/usr/sbin/nginx \
            --conf-path=/etc/nginx/nginx.conf \
            --http-log-path=/var/log/nginx/access.log \
            --error-log-path=/var/log/nginx/error.log \
            --add-dynamic-module=/home/sufe/modules/ngx_http_substitutions_filter_module
# make modules
make -f objs/Makefile modules
make[1]: Entering directory '/home/sufe/tengine'
make[1]: Nothing to be done for 'modules'.
make[1]: Leaving directory '/home/sufe/tengine'

Tengine version: Tengine/2.3.1 nginx version: nginx/1.16.0

mashirozx commented 5 years ago

Fixed in #32

cuber commented 5 years ago

duplicated with #19