makefile.unix:179: recipe for target ‘obj/checkpoints.o’ failed

139 Likes comments off

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

You might like

Avatar

About the Author: Toc Xoan