Pushpool - Tech Support

Moving this from the newb post section....

 

I am using Centos 6.5

I followed the instructions on page 3 of the post:

 

yum groupinstall "Development Tools" -y

yum install -y openssl-devel.x86_64 mysql-devel.x86_64 \

                   curl-devel.x86_64 \

                   sqlite-devel.x86_64 \

                   postgresql-devel.x86_64 \

                   zlib-devel.x86_64 libevent-devel.x86_64

 

wget http://www.digip.org/jansson/releases/jansson-2.0.1.tar.gz

tar xfvz jansson-2.0.1.tar.gz; cd jansson-2.0.1/

./configure && make && make install; cd ..

 

yum install -y libmemcached.x86_64 \

                   libmemcached-devel.x86_64 \

                   libcurl-devel.x86_64

 

wget http://yyz.us/bitcoin/pushpool-0.5.1.tar.gz;
tar xfvz pushpool-0.5.1.tar.gz

cd pushpool-0.5.1

 

./configure --prefix=/opt/pushpool/ && make 

make install

 

cd /opt/pushpool

 ./sbin/pushpoold -E -F --foreground --debug=2 --stderr --config=/opt/pushpool/server.json

If error occured:

eg: error while loading shared libraries: libjansson.so.4: cannot open shared object file: No such file or directory

1) First change directories to /usr/local/lib

 cd /usr/local/lib

2) check if the libjansson.so.4 file is there.

 ls

3) if it's in there do the following commands:

 ln -s /usr/local/lib/libjansson.so.4 /usr/lib/libjansson.so.4

4) Make sure you reload the libraries

 ldconfig

 

Refer: http://bitcoin.stackexchange.com/questions/4303/how-to-setup-pushpool

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值