Bitcoin Forum

Other => Beginners & Help => Topic started by: Bullethead21 on June 17, 2011, 11:53:35 PM



Title: Pushpoold Will Not Start!
Post by: Bullethead21 on June 17, 2011, 11:53:35 PM
I have setup pushpool from source on Mandriva Linux. It compiled without errors as well as the rest of the depencies. Evertime I try and start pushpoold it gives the error that it cant open libjannson.so.4 and says the shared object does not exist when it does and the files are there.

Please Help


Title: Re: Pushpoold Will Not Start!
Post by: phorensic on June 19, 2011, 08:16:26 AM
Installing Pre-Req
*Installing Jansson from PPA:

Code:
sudo add-apt-repository ppa:petri/ppa
sudo apt-get update
sudo apt-get install libjansson-dev
Quote
Possible errors for installing jansson:
add-apt-repository command not found

Solution:
sudo apt-get install python-software-properties

Also, I still had errors until I added "include /usr/local/lib" to "/etc/ld.so.conf" and then ran "ldconfig"


Title: Re: Pushpoold Will Not Start!
Post by: phorensic on June 28, 2011, 01:58:05 AM
It should... Also, for some reason I had to run ldconfig again after I restarted my server.  Funky library.


Title: Re: Pushpoold Will Not Start!
Post by: phorensic on June 28, 2011, 11:18:42 PM
Have you tried compiling libjansson from source?  Sometimes a PPA cannot be trusted, it's not part of the official tree.


Title: Re: Pushpoold Will Not Start!
Post by: phorensic on July 01, 2011, 03:59:28 PM
Download it from here http://www.digip.org/jansson/ (http://www.digip.org/jansson/).  And yes, do ./configure, make, make install as usual.