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
Related to some other issues, I'm unable to make on Ubuntu 20.04
bignum.h:594:77: error: cannot convert ‘const CBigNum*’ to ‘const BIGNUM*’
I believe this is related to openssl, but didnt work out how to fix it
The text was updated successfully, but these errors were encountered:
Tried a fresh machine this was needed to configure
sudo apt install g++ sudo apt install gcc sudo apt install libdb++-dev sudo apt install libboost-all-dev sudo apt install pkg-config sudo apt install libsodium-dev sudo apt install automake-dev sudo apt install autoconf sudo apt install make
Make same issue with openssl
Sorry, something went wrong.
No branches or pull requests
Related to some other issues, I'm unable to make on Ubuntu 20.04
I believe this is related to openssl, but didnt work out how to fix it
The text was updated successfully, but these errors were encountered: