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

suitable GLIBC not found on remote server #6670

Open
elsherbini opened this issue Mar 6, 2025 · 1 comment
Open

suitable GLIBC not found on remote server #6670

elsherbini opened this issue Mar 6, 2025 · 1 comment
Labels
info needed Waiting on information

Comments

@elsherbini
Copy link

Hello,

I'm trying to open a remote connection to my HPC cluster using positron. When I look at the log I see:

/home/je112/.positron-server/bin/7f0f93873e8b24c9f393bb3586724f4783c5e72c/node: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by /home/je112/.positron-server/bin/7f0f93873e8b24c9f393bb3586724f4783c
5e72c/node)
/home/je112/.positron-server/bin/7f0f93873e8b24c9f393bb3586724f4783c5e72c/node: /lib64/libc.so.6: version `GLIBC_2.28' not found (required by /home/je112/.positron-server/bin/7f0f93873e8b24c9f393bb3586724f4783c
5e72c/node)
/home/je112/.positron-server/bin/7f0f93873e8b24c9f393bb3586724f4783c5e72c/node: /lib64/libc.so.6: version `GLIBC_2.25' not found (required by /home/je112/.positron-server/bin/7f0f93873e8b24c9f393bb3586724f4783c
5e72c/node)

Is there a glibc 2.17+ version available? Otherwise, is it possible to compile myself and/or run positron-server on a singularity container?

@jmcphers
Copy link
Collaborator

jmcphers commented Mar 6, 2025

What version of Positron are you using? Like VS Code, Positron requires glibc 2.28.

https://code.visualstudio.com/docs/supporting/FAQ#_can-i-run-vs-code-on-older-linux-distributions

If you can set up a Singularity container on a newer glibc ( >= 2.28) with an SSH server, you should be able to use it with Positron's Remote SSH feature.

@isabelizimm isabelizimm added the info needed Waiting on information label Mar 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
info needed Waiting on information
Projects
None yet
Development

No branches or pull requests

3 participants