You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: