-
Notifications
You must be signed in to change notification settings - Fork 127
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
Fails to compile on openSUSE LEAP 15 (../deps/build/lib/libsodium.a: No such file or directory ) #144
Comments
I'm getting the same error with a discord.js bot, ending pretty much at the same spot as yours. |
OK, @udf2457, try globally installing |
Posting after a year due to the same issue: It doesn't work, because it looks in "lib" while the static libsodium is installed in "lib64" in the build directory. |
Should be a minor fix, then. Just have it look in lib64 instead of lib @lbeltrame |
That's what I'm trying to do at this point. Will report back. Note that |
Would be PR-worthy, then. |
Probably, although I patched 2.0.3 because that's what a discord lib I used wanted. |
The opposite could also work (using lib instead of lib64). Whichever is easier |
openSUSE LEAP 15
node v10.14.1
libsodium 1.0.16 (https://github.com/jedisct1/libsodium/releases) compiles fine, no problems.
However, add
"sodium": "^3"
to package.json and runnpm update
(npm cache clean -f
has no effect):The text was updated successfully, but these errors were encountered: