Apr 16, 2019, 3:36 PM

Sorry, I should have added:

cd ~/NANO-D/SAMSON/0.7.0/Binaries
export LD_LIBRARY_PATH=.:./SAMSONQtLibs:$LD_LIBRARY_PATH

So, all these "not found" you posted are ok, since these libraries are actually provided with SAMSON and are placed in the same folder.
If you redo the ldd check it should not find any "not found" libraries.

Or you can do this ldd check from the SAMSON-Core.sh launching script after exporting all the libraries (already done in the script) instead of launching ./SAMSON-Core

We will see what might cause the issue, but might be it smth more general since you said the VMD does not work as well.