We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running anything with zeromq on ARM64 rasberrypi throws the following error:
node: symbol lookup error: /home/user/test_zmq/node_modules/zeromq/build/Release/zeromq.node: undefined symbol: sodium_init
Npm install of zeromq on completes without error but there seems to be an issue linking with libsodium.
Reproducing Install of zeromq:
npm install [email protected]
Running a simple program:
const zmq = require('zeromq'); let a = new zmq.Context()
Tested on
The text was updated successfully, but these errors were encountered:
I have the same issue. I can't find a solution yet but I will update when I do.
Sorry, something went wrong.
No branches or pull requests
Running anything with zeromq on ARM64 rasberrypi throws the following error:
Npm install of zeromq on completes without error but there seems to be an issue linking with libsodium.
Reproducing
Install of zeromq:
Running a simple program:
Tested on
The text was updated successfully, but these errors were encountered: