This error occurs when you’re trying to compile the daemon coind from source on Ubuntu 18.0.4
and the solution is
sudo apt-get remove libssl-dev
sudo apt install libssl1.0-dev
This error occurs when you’re trying to compile the daemon coind from source on Ubuntu 18.0.4
and the solution is
sudo apt-get remove libssl-dev
sudo apt install libssl1.0-dev