Replies: 1 comment 2 replies
-
It's probably a dependency of one of the other dependencies, an |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When running
strace
andlsof
we can seelibgcrypt.so
being called. In the source, I can only find references to it being installed in Dockerfile's.From
lsof
Is it possible to build fluent-bit without
libgcrypt
and only use the OpenSSL implementation? If so, what flags need to be configured at build time?Beta Was this translation helpful? Give feedback.
All reactions