LIMXTEC / BitSend

BitSend Master (Live Version)
http://www.bitsend.cc/
MIT License
43 stars 47 forks source link

bitsendd: error while loading shared libraries: libboost_system.so.1.58.0: cannot open shared object file: No such file or directory #74

Closed djspacedevil closed 6 years ago

djspacedevil commented 7 years ago

Hy,

when i will start the new version i become the error: bitsendd: error while loading shared libraries: libboost_system.so.1.58.0: cannot open shared object file: No such file or directory Ubuntu Linux *.de 2.6.32-573.12.1.el6.x86_64 #1 SMP Tue Dec 15 21:19:08 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

Distributor ID: Ubuntu Description: Ubuntu 14.04.5 LTS Release: 14.04 Codename: trusty

joshafest commented 7 years ago

please pass your boost flags when you run ./configure like ./configure BOOST_ROOT=

djspacedevil commented 7 years ago

hy, i use the precompiled version. so i dont use the configure

i replace newer libdb5* with 4.8 and now it works. apt-get install libdb4.8-dev apt-get install libdb4.8++-dev

an make the normal ./configure and it runs ;)

But i must reload the blockchain... i become the error ERROR: AcceptBlockHeader: block 0000000001065bff7654dcec3f8344d8832d2d5d39ce137937c488bc9fd186d7 is marked invalid and this kill bitsendd

joshafest commented 7 years ago

please delete the chain and resync. Please try to repeat the process, I want to know that issue in deep.

rainmanp7 commented 7 years ago

I'm running Linux mint 64 bit. Tried to compile same issues. I have removed the 5.* And replaced with the 4.8 Same.. If you say delete the block chain and resync? Instruct how please.

Just trying to compile.

djspacedevil commented 6 years ago

the problem is still alive... on every block found, the wallet crash and the block is rejected... i recompiled, but this dont help...

Kwaskoff commented 6 years ago

http://archive.ubuntu.com/ubuntu/pool/main/b/boost1.58/ /./usr/lib/x86_64-linux-gnu/ ->> /usr/lib/ profit

lydhr commented 4 years ago
wget http://archive.ubuntu.com/ubuntu/pool/main/b/boost1.58/libboost-filesystem1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb
sudo dpkg -i libboost-filesystem1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb

Thanks @Kwaskoff

Shekelme commented 4 years ago

sudo dpkg -i libboost-filesystem1.58.0_1.58.0+dfsg-5ubuntu3.1_amd64.deb

libboost-filesystem1.58.0:amd64 depends on libboost-system1.58.0, but in my Ubuntu 18.04.4's packages I can find only 62 and 65 versions...