Post
Topic
Board Announcements (Altcoins)
Re: [ANN][ALQO][XLQ] PoW/PoS 0,17% Premine | 100% Governance | Exchange: Bitfineon
by
Pink Panther
on 02/08/2018, 13:44:21 UTC
What's up guys!  Can anyone elaborate pls why can't run daemon on my VPS?
getting this error

root@AlqoMN3 ~/ALQO # /root/ALQO/alqod
/root/ALQO/alqod: error while loading shared libraries: libboost_system.so.1.58.      0: cannot open shared object file: No such file or directory

root@AlqoMN3 ~/ALQO # ./alqod
./alqod: error while loading shared libraries: libboost_system.so.1.58.0: cannot       open shared object file: No such file or directory

File in  correct directory as it should be in precompiled version
/root/ALQO/alqod

Try this:

cd
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev
sudo apt-get install libboost-system1.58-dev libboost-system1.58.0
Thank you. It didn't help me tho but I made it !