Skip to content

v1.45.0 stopped working on older linux #67

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

Closed
difro opened this issue Apr 16, 2025 · 3 comments
Closed

v1.45.0 stopped working on older linux #67

difro opened this issue Apr 16, 2025 · 3 comments

Comments

@difro
Copy link

difro commented Apr 16, 2025

v1.44.0 seems to work fine.

Following is lsp log (with path redacted)

[START][2025-04-16 11:20:10] LSP logging initiated
[ERROR][2025-04-16 11:20:10] ...p/_transport.lua:36     "rpc"   "node"  "stderr"        "Error: /lib64/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /.../.local/share/nvim/lazy/copilot.vim/dist/compiled/linux/x64/node_sqlite3.node)\n    at Object.Module._extensions..node (node:internal/modules/cjs/loader:1454:18)\n    at Module.load (node:internal/modules/cjs/loader:1208:32)\n    at Function.Module._load (node:internal/modules/cjs/loader:1024:12)\n    at Module.require (node:internal/modules/cjs/loader:1233:19)\n    at requireFunc (node:internal/modules/helpers:179:18)\n    at bindings 
...

It looks like the node needs newer glibc/libstdc++.
Maybe provide ways to patchelf the binary like vscode guys do here: https://code.visualstudio.com/docs/remote/faq#_can-i-run-vs-code-server-on-older-linux-distributions ?

@tpope
Copy link
Collaborator

tpope commented Apr 16, 2025

How old is old?

The actual error is the same one from #62, which should be non-fatal soon.

@difro
Copy link
Author

difro commented Apr 16, 2025

@tpope

$ cat /etc/redhat-release
CentOS Linux release 7.6.1810 (Core)

so.. pretty old ?

which should be non-fatal soon.

great! pinning to v1.44.0 until this is fixed.

@tpope
Copy link
Collaborator

tpope commented Apr 16, 2025

Should be fixed in 1.46.0.

@tpope tpope closed this as completed Apr 16, 2025
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