chaosd icon indicating copy to clipboard operation
chaosd copied to clipboard

glibc-2.14 not found when run chaosd on centos 6

Open yorelog opened this issue 3 years ago • 4 comments

when I run chaosd on centos 6, error occurred

chaosd: /lib64/libc.so.6: version GLIBC_2.14' not found (required by ./chaosd)

glibc 2.12 was bounded with centos 6. so I can't update the version of glibc

also, I failed compile chaosd on centos 6

yorelog avatar Dec 09 '21 10:12 yorelog

I am in the same situation

DamonLin1992 avatar Dec 10 '21 08:12 DamonLin1992

I am in the same situation

I solved this error temporary by compile another glibc (version 2.14) and run chaosd with the variable LD_PRELOAD

yorelog avatar Dec 14 '21 00:12 yorelog

Hi, Chaosd require the Linux kernel version v2.17 or later, otherwise some function may not run as expected. I suggest upgrading the version of the Linux kernel version.

WangXiangUSTC avatar Dec 14 '21 02:12 WangXiangUSTC

Hi, Chaosd require the Linux kernel version v2.17 or later, otherwise some function may not run as expected. I suggest upgrading the version of the Linux kernel version.

s/Linux kernel version/glibc version/g

Chaos Mesh hasn't been tested on linux kernel version earlier than 3.10 😝

YangKeao avatar Dec 14 '21 03:12 YangKeao