Using the instructions provided for at the Github repository (https://github.com/MultiChain/multichain/tree/2.0-dev), the resulting multichaind, multichaind-cold, multichain-ci and multichain-util files do not execute properly when put onto another machine, throwing the following error;
multichain-util: error while loading shared libraries: libboost_system.so.1.58.0: cannot open shared object file: No such file or directory
The apps work fine when executed on the same -build- machine (already has the dependencies installed as per the build instructions).