Comments on: Syscoin Core 3.0 Build Scripts https://www.justinsilver.com/technology/cryptocurrency/syscoin-core-3-0-build-scripts/?utm_source=rss&utm_medium=rss&utm_campaign=syscoin-core-3-0-build-scripts Technology, Travel, and Pictures Tue, 11 Jun 2019 03:49:59 +0000 hourly 1 https://wordpress.org/?v=6.0.1 By: Justin Silver https://www.justinsilver.com/technology/cryptocurrency/syscoin-core-3-0-build-scripts/#comment-2641 Tue, 11 Jun 2019 03:49:59 +0000 https://www.justinsilver.com/?p=4487#comment-2641 In reply to Newar.

You need to install libdb4.8, the contrib script should install it but maybe there is an error. It looks like you need curl and patch.

]]>
By: Justin Silver https://www.justinsilver.com/technology/cryptocurrency/syscoin-core-3-0-build-scripts/#comment-2640 Tue, 11 Jun 2019 03:42:23 +0000 https://www.justinsilver.com/?p=4487#comment-2640 In reply to Newar.

That’s not the right package for Debian, it’s https://packages.debian.org/stretch/libzmq3-dev, but also this was written for Syscoin 3 and I’m not sure if it works with Syscoin 4 which is the current release.

]]>
By: Newar https://www.justinsilver.com/technology/cryptocurrency/syscoin-core-3-0-build-scripts/#comment-2639 Tue, 11 Jun 2019 03:11:15 +0000 https://www.justinsilver.com/?p=4487#comment-2639 Debian script, using libzmq3-dev: “error while loading shared libraries: libdb_cxx-4.8.so: cannot open shared object file: No such file or directory”

]]>
By: Newar https://www.justinsilver.com/technology/cryptocurrency/syscoin-core-3-0-build-scripts/#comment-2638 Fri, 07 Jun 2019 07:47:58 +0000 https://www.justinsilver.com/?p=4487#comment-2638 On Debian stretch: E: Package ‘libzmq-dev’ has no installation candidate

]]>
By: Justin Silver https://www.justinsilver.com/technology/cryptocurrency/syscoin-core-3-0-build-scripts/#comment-2606 Fri, 09 Nov 2018 15:11:20 +0000 https://www.justinsilver.com/?p=4487#comment-2606 In reply to Curious Cosmos.

Thanks, I’ve updated my install scripts.

]]>
By: Curious Cosmos https://www.justinsilver.com/technology/cryptocurrency/syscoin-core-3-0-build-scripts/#comment-2604 Mon, 05 Nov 2018 18:27:49 +0000 https://www.justinsilver.com/?p=4487#comment-2604 For Ubuntu – instead of this
# zmq
sudo apt install -y libzmq-dev

this worked me – sudo apt-get install -y libzmq3-dev

]]>