dysk
dysk copied to clipboard
/lib64/libc.so.6: version `GLIBC_2.18' not found (required by ./lfs)
解决办法:https://www.cnblogs.com/xjzyy/p/15932736.html
Please paste here the complete log. Don't link to an external site.
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.
解决办法: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.)