If you get "error while loading shared libraries" when you try to run
from
Code:
/home/[username]/SAM/2022.11.21/linux_64
in a Debian distribution of Linux like Ubuntu or Mint, you can fix the problem by putting ssc.so in /usr/lib or by running
Code:
export LD_LIBRARY_PATH=/home/[username]/SAM/2022.11.21/linux64
To avoid typing the command each time you open a new terminal window, you can add it to your shell configuration file. For example, for bash, add it to your .bashrc file.
Best regards,
Paul.