Bitcoin Forum
May 13, 2024, 06:57:04 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Pushpoold Will Not Start!  (Read 1036 times)
Bullethead21 (OP)
Member
**
Offline Offline

Activity: 717
Merit: 85



View Profile
June 17, 2011, 11:53:35 PM
 #1

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
1715626624
Hero Member
*
Offline Offline

Posts: 1715626624

View Profile Personal Message (Offline)

Ignore
1715626624
Reply with quote  #2

1715626624
Report to moderator
1715626624
Hero Member
*
Offline Offline

Posts: 1715626624

View Profile Personal Message (Offline)

Ignore
1715626624
Reply with quote  #2

1715626624
Report to moderator
Each block is stacked on top of the previous one. Adding another block to the top makes all lower blocks more difficult to remove: there is more "weight" above each block. A transaction in a block 6 blocks deep (6 confirmations) will be very difficult to remove.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715626624
Hero Member
*
Offline Offline

Posts: 1715626624

View Profile Personal Message (Offline)

Ignore
1715626624
Reply with quote  #2

1715626624
Report to moderator
1715626624
Hero Member
*
Offline Offline

Posts: 1715626624

View Profile Personal Message (Offline)

Ignore
1715626624
Reply with quote  #2

1715626624
Report to moderator
phorensic
Hero Member
*****
Offline Offline

Activity: 630
Merit: 500



View Profile
June 19, 2011, 08:16:26 AM
 #2

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"
phorensic
Hero Member
*****
Offline Offline

Activity: 630
Merit: 500



View Profile
June 28, 2011, 01:58:05 AM
 #3

It should... Also, for some reason I had to run ldconfig again after I restarted my server.  Funky library.
phorensic
Hero Member
*****
Offline Offline

Activity: 630
Merit: 500



View Profile
June 28, 2011, 11:18:42 PM
 #4

Have you tried compiling libjansson from source?  Sometimes a PPA cannot be trusted, it's not part of the official tree.
phorensic
Hero Member
*****
Offline Offline

Activity: 630
Merit: 500



View Profile
July 01, 2011, 03:59:28 PM
 #5

Download it from here http://www.digip.org/jansson/.  And yes, do ./configure, make, make install as usual.
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!