Canop / dysk

A linux utility to get information on filesystems, like df but better
https://dystroy.org/dysk
MIT License
890 stars 25 forks source link

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

Closed xjzyy closed 1 year ago

xjzyy commented 2 years ago

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

Canop commented 2 years ago

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

Stargateur commented 2 years ago

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.

DerPoet commented 2 years ago

解决办法: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.)