Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running checkhealth returns error about CLI version #124

Open
aditya-pola opened this issue Oct 19, 2023 · 3 comments
Open

Running checkhealth returns error about CLI version #124

aditya-pola opened this issue Oct 19, 2023 · 3 comments

Comments

@aditya-pola
Copy link

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!

@aditya-pola
Copy link
Author

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)

@aditya-pola
Copy link
Author

Is this somehow related to chipsenkbeil/distant#186 (comment)

@chipsenkbeil
Copy link
Owner

chipsenkbeil commented Oct 19, 2023

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: #118 (specifically this comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants