Bitcoin Forum
July 16, 2024, 05:49:05 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: p2pool problems  (Read 535 times)
renodaret (OP)
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
January 13, 2014, 02:21:16 PM
 #1

cd ~/
git clone https://github.com/FeatherCoin/FeatherCoin
cd ~/FeatherCoin/src
make -f makefile.unix USE_UPNP=-


trying to setup a p2pool with this guide.
https://bitcointalk.org/index.php?topic=182027.0

i 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
squiggie
Full Member
***
Offline Offline

Activity: 147
Merit: 100


View Profile WWW
January 13, 2014, 04:29:47 PM
 #2

It looks like you don't have all the dependencies for compiling the ftc wallet/daemon. Take a look at the following guide and see if that helps. I bet you're just missing the libssl dependency.

http://forum.feathercoin.com/index.php?topic=5086.0

renodaret (OP)
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
January 14, 2014, 10:18:07 PM
 #3

thanks! will try this later. guide looks very different from what i was trying.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!