-
Notifications
You must be signed in to change notification settings - Fork 25
Ability to statically build the module #9
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
Comments
Thank you for your feedback! At this point we do not support static linkage though we may add this in the future. Would you mind sharing details why statically linking otel module is beneficial for case. |
Hello @dplotnikov-f5 Glad to hear that. We use in our infra a statically build of nginx,without loading module support, for security reason. Regards |
I do believe it's possible (at least on FreeBSD from the FreeBSD ports tree) with the following PR, #11 |
@dplotnikov-f5 Currently, it's not possible to use this plugin on NixOS, due to the dynamic linking. I very much would like to use this plugin on NixOS :) |
Maybe I'm doing my build wrong but I can't build an nginx with otel module statically linked in.
It would be nice if the build chain can support this mode too (addon).
Regards
The text was updated successfully, but these errors were encountered: