cd ~/
git clone
https://github.com/FeatherCoin/FeatherCoincd ~/FeatherCoin/src
make -f makefile.unix USE_UPNP=-
trying to setup a p2pool with this guide.
https://bitcointalksearch.org/topic/howto-setup-a-p2pool-for-feathercoin-182027i really want to setup a grain pool, but figured i would stick with the guide and at least get the feathercoin pool working before i try to change anything in the guide.
when i do this command in ubuntu;
make -f makefile.unix USE_UPNP=-
i get this response
root@renodaret:~/FeatherCoin/src# make -f makefile.unix USE_UPNP=-
/bin/sh ../share/genbuild.sh obj/build.h
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DUSE_IPV6 -DBOOST_SPIRIT_THREADSAFE -I/root/FeatherCoin/src -I/root/FeatherCoin/src/obj -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/version.d -o obj/version.o version.cpp
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DUSE_IPV6 -DBOOST_SPIRIT_THREADSAFE -I/root/FeatherCoin/src -I/root/FeatherCoin/src/obj -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/checkpoints.d -o obj/checkpoints.o checkpoints.cpp
In file included from main.h:9:0,
from checkpoints.cpp:13:
bignum.h:12:24: fatal error: openssl/bn.h: No such file or directory
compilation terminated.
make: *** [obj/checkpoints.o] Error 1
what am i doing wrong