Skip to content

在低版本linux系统中启动ilogtail报libc版本低的错误 #500

Answered by yyuuttaaoo
yanggelinux asked this question in Help
Discussion options

You must be logged in to vote

core/CMakeList.txt中有2个编译开关可以启动低版本兼容模式
option(ENABLE_COMPATIBLE_MODE "Build Logtail in compatible mode (for low version Linux)" OFF)
option(ENABLE_STATIC_LINK_CRT "Build Logtail by linking CRT statically" OFF)

编译时可以通过环境变量打开开关
ENABLE_COMPATIBLE_MODE=ON
ENABLE_STATIC_LINK_CRT=ON

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@yanggelinux
Comment options

Answer selected by messixukejia
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants