Post
Topic
Board Announcements (Altcoins)
Merits 2 from 1 user
Re: [ANN] Datacoin - Censorship-Free Data Storage
by
gjhiggins
on 20/07/2019, 06:39:48 UTC
⭐ Merited by xandry (2)
I had berkeleydb 4.8 installed but it turns out I had to remove -levent_pthreads.
So my configure command is now: ./configure --with-gui=yes CPPFLAGS="-fPIC" LIBS="-lgmp -lboost_timer -lprotobuf"

But now it seems I've got a problem with zmq?  I'm using zeromq-4.3.1-2

Code:
 CXXLD    datacoind
/usr/bin/ld: libdatacoin_server.a(libdatacoin_server_a-pool.o): in function `PrimeWorker::InvokeExitCheck(_zloop_t*, zmq_pollitem_t*, void*)':
~/source/datacoin-core/src/madpool/pool.cpp:124: undefined reference to `zmsg_recv'
Thanks for reporting the -levent_pthreads thing, looks like this exercise is resulting in some more accurate and up-to-date compilation destructions.

As for the madpool support libs, I couldn't find anything specific in his posts but I 'spose it's mentioned somewhere that on Linux systems, you need to install another system library - sudo apt install libczmq-dev. (IIRC, to get this to work on Mint, I first had to correct a dependency mismatch, had to uninstall libczmq and allow apt to install both libczmq4 and libczmq-dev, YMMV).

Cheers

Graham