distant.nvim
distant.nvim copied to clipboard
Running checkhealth returns error about CLI version
distant: require("distant.health").check()
distant.nvim ~
- OK distant installed
- ERROR unable to retrieve distant CLI version
This is my output from :checkhealth distant
Help!
Running distant help
outputs the following:
./distant: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by ./distant)
./distant: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by ./distant)
./distant: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./distant)
Is this somehow related to https://github.com/chipsenkbeil/distant/issues/186#issuecomment-1574634197
Yeah, the newer version of the Rust compiler used seems to also require a more recent version of glibc. An alternative you can pursue is to instead install the musl version on linux.
See discussion here: https://github.com/chipsenkbeil/distant.nvim/issues/118 (specifically this comment)