Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Bitcore ubuntu installation
by
AndreasKrueger
on 19/10/2017, 21:42:38 UTC

Linux? --> libboost_system.so.1.58.0  ?

Hello,

I am trying to install BitCore in ubuntu using its tar.gz file downloaded in https://github.com/LIMXTEC/BitCore/releases, but I am not being able to install it from the tar.gz. How can I install it? any good and detailed tutorial?

Thanks in advance!

tar xzvf Linux-0-14-1-6.tar.gz

or

gunzip Linux-0-14-1-6.tar.gz
tar xvf Linux-0-14-1-6.tar

then the binary executables files are in the bin directory and the source code is in the source directory in case you want to compile

related question, Debian stretch:


Code:
./bitcore-qt
./bitcore-qt: error while loading shared libraries: libboost_system.so.1.58.0: cannot open shared object file: No such file or directory

./bitcore-cli
./bitcore-cli: error while loading shared libraries: libboost_system.so.1.58.0: cannot open shared object file: No such file or directory

./bitcored
./bitcored: error while loading shared libraries: libboost_system.so.1.58.0: cannot open shared object file: No such file or directory

tried to install it but already is:

Code:
sudo apt-cache search libboost-system
libboost-system-dev - Operating system (e.g. diagnostics support) library (default version)
libboost-system1.62-dev - Operating system (e.g. diagnostics support) library
libboost-system1.62.0 - Operating system (e.g. diagnostics support) library

sudo apt install  libboost-system1.62.0 libboost-system-dev
[...] libboost-system-dev is already the newest version (1.62.0.1).
libboost-system1.62.0 is already the newest version (1.62.0+dfsg-4).
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.