Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for dynamic-module build #9

Open
jengelh opened this issue Jan 4, 2022 · 2 comments
Open

Support for dynamic-module build #9

jengelh opened this issue Jan 4, 2022 · 2 comments

Comments

@jengelh
Copy link

jengelh commented Jan 4, 2022

./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.

@tokers
Copy link
Owner

tokers commented Jan 5, 2022

It's feasible, I'll try to support it as soon as possible, if you're interested in it, welcome to submit a PR :)

@eilandert
Copy link
Contributor

this should now be possible

@jason-x-xu jason-x-xu mentioned this issue Jul 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants