forked from cep21/healthcheck_nginx_upstreams
-
Notifications
You must be signed in to change notification settings - Fork 486
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
Make dynamically loadable module #234
Comments
hi! I have the same issue with you.. |
no, it doesn't work as dynamic module |
omg :( |
@tsgan @malza321 I was able to compile it as a dynamic module by updating this module's nginx_upstream_check_module/config
Building modulecd <nginx source code dir>
./configure --with-compat --add-dynamic-module="<path>/nginx_upstream_check_module"
make modules
ls -la objs |
pexcn
added a commit
to pexcn/ngx_upstream_check
that referenced
this issue
Aug 3, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is it possible to make upstream check module as dynamically loadable module that works with nginx-1.18.x?
thanks,
The text was updated successfully, but these errors were encountered: