LIMXTEC / BitSend

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

current linux-bitsendd is not static #92

Closed bumbacoin closed 6 years ago

bumbacoin commented 6 years ago

running it gives bitsendd: error while loading shared libraries: libdb_cxx-4.8.so: cannot open shared object file: No such file or directory

limxdev commented 6 years ago

Try this here sudo apt-get install libdb4.8-dev sudo apt-get install libdb4.8++-dev

Kind Regards Christian

bumbacoin commented 6 years ago

is it not possible to release a static daemon?

also to install bdb4.8 are necessary.

sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get upgrade