Post
Topic
Board Announcements (Altcoins)
Merits 5 from 1 user
Re: CRYPTO BULLION (CBX) | Inventor of PoSP! | 2017 Road-Map PUBLISHED!
by
FiniteRed
on 09/03/2018, 15:36:50 UTC
⭐ Merited by corather (5)

Hi, FiniteRed.

Yes, there surely can be one (you probably want a 64-bit build). We'll publish a note here when it's available.

Perfect Smiley ready and waiting to test it Cheesy

FR

Still with same codebase as previously posted Windows alpha 2, here is the 64 bit Linux Vault: http://node.alex4j.cryptobullion.io/v30/bullion-qt64

Looks like there a number of dependency issues running on a clean/patched install of Ubuntu, detailed below (along with the "quick" fixes) - would be good to publish an official breakdown of what you need to install to get up and running...

Code:
error while loading shared libraries: libboost_program_options.so.1.58.0: cannot open shared object file: No such file or directory
-> sudo apt-get install libboost-all-dev
(overkill I feel)

Code:
error while loading shared libraries: libqrencode.so.3: cannot open shared object file: No such file or directory
-> sudo apt-get install libqrencode3

Code:
error while loading shared libraries: libdb_cxx-4.8.so: cannot open shared object file: No such file or directory
-> sudo add-apt-repository -y ppa:bitcoin/bitcoin
-> sudo apt-get update
-> sudo apt-get install -y libdb4.8-dev libdb4.8++-dev
(this is a gross fix!)

FR