-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Building without FLB_SQLDB (sqlite3) support completely broken. #9757
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
Labels
Comments
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days. Maintainers can add the |
@edsiper can you remove the stale label? |
ThomasDevoogdt
added a commit
to ThomasDevoogdt/fluent-bit
that referenced
this issue
Apr 22, 2025
Fixes fluent#9757. Signed-off-by: Thomas Devoogdt <[email protected]>
@edsiper, I have a fix for this one: |
ThomasDevoogdt
added a commit
to ThomasDevoogdt/fluent-bit
that referenced
this issue
Apr 23, 2025
Fixes fluent#9757. Signed-off-by: Thomas Devoogdt <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Report
Describe the bug
The compilation of out_azure_blob is broken when compiling without FLB_SQLDB. Either out_azure_blob requires FLB_SQLDB, (which would be strange, give the FLB_SQLDB guards in plugins/out_azure_blob/azure_blob.h). Then a CMakeLists.txt fix would be logical. Or it doesn't require it, and, then a lot more guards are needed in the implementation files.
To Reproduce
Expected behavior
It compiles!
Your Environment
The text was updated successfully, but these errors were encountered: