You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error compiling, bignum.h refers to BN_init, which is in bn.h (OpenSSL).
Trying to compile against OpenSSL version 1.0.1 14 Mar 2012 (Library: OpenSSL 1.0.2n 7 Dec 2017), still getting this error. Will try with most recent version of OpenSSL.
log:
/home/kkoenen/bin/GRZ0/src/bignum.h:102: undefined reference to `BN_init'
obj/main.o: In function `ComputeMaxBits(CBigNum, unsigned int, long)':
/home/kkoenen/bin/GRZ0/src/bignum.h:62: undefined reference to `BN_init'
/home/kkoenen/bin/GRZ0/src/bignum.h:90: undefined reference to `BN_init'
/home/kkoenen/bin/GRZ0/src/bignum.h:90: undefined reference to `BN_init'
obj/main.o: In function `GetNextTargetRequired(CBlockIndex const*, bool)':
/home/kkoenen/bin/GRZ0/src/bignum.h:62: undefined reference to `BN_init'
obj/main.o:/home/kkoenen/bin/GRZ0/src/bignum.h:91: more undefined references to `BN_init' follow
obj/bitcoinrpc.o: In function `ThreadRPCServer2(void*)':
The text was updated successfully, but these errors were encountered:
Changed my OpenSSL version to OpenSSL 1.1.0g 2 Nov 2017, seems to work (no compile errors). Installing full wallet now and trying gravityd for headless.
Workaround: downgrade libssl-dev to version 1.0. before building.
Error compiling, bignum.h refers to BN_init, which is in bn.h (OpenSSL).
Trying to compile against OpenSSL version 1.0.1 14 Mar 2012 (Library: OpenSSL 1.0.2n 7 Dec 2017), still getting this error. Will try with most recent version of OpenSSL.
log:
The text was updated successfully, but these errors were encountered: