Cannot run multichain after build success.

+1 vote
I get this error. I followed the exact same build notes as the github. Ob ubuntu 14.04 64bit. But I get this error:

multichain-util: error while loading shared libraries: libboost_system.so.1.54.0: cannot open shared object file: No such file or directory
asked Jul 3, 2017 by 9611838416m

1 Answer

0 votes

Did you perform all the steps in the 'Install Dependencies' section? It would appear that this one was skipped or failed to install:

sudo apt-get install libboost-all-dev
answered Jul 4, 2017 by MultiChain
I still get the same error.
Are you running MultiChain on the server used for compiling, or trying to run it on a different server?
I had the same problem as well, and i running multichain on a different server which not used fo compiling.
it seems i didn't compile the static library into the program,but i did follow the steps on github
...