-
Notifications
You must be signed in to change notification settings - Fork 70
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
library broken with glibc 2.41 #214
Comments
It seems to be the same issue as this bug in julia |
@cowlicks Ty so much for linking that Julia thread. There, I was able to find this tip. If you're on Arch and updated to glibc 2.41+ and don't want to risk attempting to downgrade, you can use execstack as a workaround.
yay -S execstack
execstack -c ./node_modules/.pnpm/[email protected]/node_modules/sodium-native/prebuilds/linux-x64/sodium-native.node |
kasperisager
added a commit
that referenced
this issue
Feb 25, 2025
kasperisager
added a commit
that referenced
this issue
Feb 27, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm on arch linux, I upgraded my system yesterday, and this library stopped working. It looks like it is do to a change in glibc.
I've copied some info about my system below. I've created a small repo to reproduce this bug here. At the end I show the error I get from running
node index.js
in the repo (the code is just the example from this repo).The text was updated successfully, but these errors were encountered: