Skip to content

Conversation

edsiper
Copy link
Member

@edsiper edsiper commented Jul 8, 2025

re: #10540


Fluent Bit is licensed under Apache 2.0, by submitting this pull request I understand that this code will be released under the terms of that license.

@edsiper
Copy link
Member Author

edsiper commented Jul 8, 2025

ah, this version of librdkafka relies on libcurl:

fatal error: 'curl/curl.h' file not found
#include <curl/curl.h>
^~~~~~~~~~~~~
if the dependency is not available it just fails, librdkafka should disable the feature, we need to wait until this is fixed, also this will need we add libcurl as a dependency on all our packages/containers

@cosmo0920
Copy link
Contributor

ah, this version of librdkafka relies on libcurl:

fatal error: 'curl/curl.h' file not found #include <curl/curl.h> ^~~~~~~~~~~~~ if the dependency is not available it just fails, librdkafka should disable the feature, we need to wait until this is fixed, also this will need we add libcurl as a dependency on all our packages/containers

This issue should be resolved by confluentinc/librdkafka#5136.
Still in progress. JFYI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants