You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Has anyone attempted to build with FLB_OUT_KAFKA with only Static Libs?
When Configured without FLB_OUT_KAFKA, I can compile a static only binary (ubuntu linux).
The following compile config + build works to produce an exclusively static executable:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Has anyone attempted to build with FLB_OUT_KAFKA with only Static Libs?
When Configured without FLB_OUT_KAFKA, I can compile a static only binary (ubuntu linux).
The following compile config + build works to produce an exclusively static executable:
This works, and we can validate it validat it with:
Adding the config for
-DFLB_OUT_KAFKA=On
, will not compile Unless we compile with-out-DCMAKE_EXE_LINKER_FLAGS="-static"
.If I've installed all dependency libs, the application is not exclusively static
IE:
Does not create a static only binary.
All other options to set the specific static version of the lib *.a files also doesn't even link.
Attached last config output and build output files
Anybody have any luck or even tried compiling fluent-bit with KAFKA output only static?
config_output.txt
build_output.txt
Beta Was this translation helpful? Give feedback.
All reactions