-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
Error relocating /home/venom/.local/lib/code-server-4.90.2/lib/node: fcntl64: symbol not found
on Alpine Linux
#6850
Comments
Update: I installed the |
Now I'm having another issue where the builtin terminal won't work. It just outputs |
Did you install it from GitHub releases or something? If so, yeah those are not compiled for Alpine. You will need to do two things:
Building the modules requires a bunch of dependencies and can take a while. Our docs are a bit out of date here but I think you need:
Although, some folks are having issues with this, so it might not work: #6846 Related: #3431 |
A shorter but equivalent way of doing the recompilation is to install with |
I used the install script. |
Oooo, this is might a bug in the install script then! It is supposed to install via npm when it detects Alpine: Line 286 in c26ac35
But I wonder if the detection logic is broken. Looks like it uses Edit: or did you use |
Closing for now but feel free to add information and we can reopen. |
Is there an existing issue for this?
OS/Web Information
code-server --version
:Error relocating /home/venom/.local/lib/code-server-4.90.2/lib/node: fcntl64: symbol not found
Steps to Reproduce
code-server
code-server
Expected
Code server runs normally
Actual
The console outputs
Error relocating /home/venom/.local/lib/code-server-4.90.2/lib/node: fcntl64: symbol not found
Logs
`Error relocating /home/venom/.local/lib/code-server-4.90.2/lib/node: fcntl64: symbol not found`
Screenshot/Video
No response
Does this bug reproduce in native VS Code?
This cannot be tested in native VS Code
Does this bug reproduce in GitHub Codespaces?
I did not test GitHub Codespaces
Are you accessing code-server over a secure context?
Notes
I'm assuming that this is just an issue with Alpine altogether as native VSCode also doesn't run
The text was updated successfully, but these errors were encountered: