SDKtool for Linux error while loading shared libraries

  • pgilman
  • Topic Author
More
28 Jul 2023 14:11 - 28 Jul 2023 14:13 #12360 by pgilman
If you get "error while loading shared libraries" when you try to run
Code:
./SDKtool

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.

 
Last edit: 28 Jul 2023 14:13 by pgilman.

Please Log in or Create an account to join the conversation.

Moderators: pgilman
Powered by Kunena Forum