dysk icon indicating copy to clipboard operation
dysk copied to clipboard

/lib64/libc.so.6: version `GLIBC_2.18' not found (required by ./lfs)

Open xjzyy opened this issue 3 years ago • 3 comments

解决办法:https://www.cnblogs.com/xjzyy/p/15932736.html

xjzyy avatar Feb 24 '22 09:02 xjzyy

Please paste here the complete log. Don't link to an external site.

Canop avatar Feb 24 '22 09:02 Canop

please try install lfs with cargo:

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh # https://rustup.rs/ install rust
cargo install lfs

Should work way better.

Stargateur avatar Feb 25 '22 23:02 Stargateur

解决办法:https://www.cnblogs.com/xjzyy/p/15932736.html

Just use the "x86_64-unknown-linux-musl" variant. Works fine on older Linuxes, too. (For example, I use it on CentOS 7.)

DerPoet avatar Mar 05 '22 20:03 DerPoet