I am building a cryptonote-based coin, I successfully compiled it on Linux 18, and it works perfectly.
I passed the compiled files to Linux 19 Tara, where I have installed the same dependencies as on the Linux 18 PC. When I ran it in the file browser, it did nothing at all. when I ran it through the command line, i get the following error message:
error while loading shared libraries: libboost_system.so.1.58.0: cannot open
shared object file: no such file or directory
I installed "libboost-all-dev", so there should be no problem, since it ran on the Linux 18.