Closed HelloKS closed 6 years ago
Sorry I closed by mistake.
It seems this problem appears to system with openssl version >=1.1.0 due to changes in BIGNUM function.
Thanks for the try. Probably you are correct.
OpenSSL version 1.1.0f
Please use the 1.0.2 series (LTS), not 1.1.0 series. https://www.openssl.org/source/
Thanks for your response.
I solved this issue by installing these packages:
As libssl1.0-dev
package will conflict with existing latest libssl-dev
, existing package will be removed during install. So it will not cause system to break.
For having this issue, please install these package. DO NOT downgrade openssl library itself - it might break system.
By the way, is there any plans to support latest openssl? I think this is just a temporary solution.
z2.0.x project team working on base source upgrade. It will support latest openssl.
The 1.0.2 series is our Long Term Support (LTS) release, supported until 31st December 2019.
We will make it by the day.
@HelloKS BitZeny 2.0 has compatibility with OpenSSL 1.1 https://github.com/BitzenyCoreDevelopers/bitzeny/releases/tag/z2.0.0a
wget http://www.openssl.org/source/openssl-1.0.2a.tar.gz
tar -xvzf openssl-1.0.2a.tar.gz
cd openssl-1.0.2a
./config --prefix=/usr/
make
sudo make install
wget http://www.openssl.org/source/openssl-1.0.2a.tar.gz tar -xvzf openssl-1.0.2a.tar.gz cd openssl-1.0.2a ./config --prefix=/usr/ make sudo make install
This is only a workaround. Downgrading OpenSSL is not a permanent solution, as you will want to run on a LTS version of OpenSSL.
Environment info
I've done installing build dependencies (without GUI dependencies).
Other coin have this issue too. vergecurrency/VERGE#48 bitcoin/bitcoin#7086 FeatherCoin/Feathercoin#177 bitshares/bitshares-core#327 cygnusxi/CurecoinSource#21 martexcoin/martexcoin#1 zcoinofficial/zcoin#116 obsidianproject/Obsidian-Qt#37 thegreatoldone/skidoo#6 NAVCoin/navcoin-core#68 EmberCoin/Ember#31 steemit/steem#1201 steemit/fc#18
It seems this problem appears to system with openssl version >=1.1.0 due to changes in BIGNUM function.