./configure --add-dynamic-module=/zstd
[ 20s] configuring additional dynamic modules
[ 20s] adding module in /zstd
[ 20s] ./configure: error: ngx_http_zstd_filter_module can only be linked as an addon.
[ 20s] checking for ZStandard static library ... not found
[ 20s] checking for ZStandard dynamic library ... found
Would it be possible to support dynamic mode? ngx_brotli for example can do dynamic, so it seems that filters don't have a restriction to be hard-builtin.
Would it be possible to support dynamic mode? ngx_brotli for example can do dynamic, so it seems that filters don't have a restriction to be hard-builtin.