- Posts: 7
SDKTool in SAM 2020-11-29 Linux distribution will not start
- Chris
- Topic Author
Less
More
26 Mar 2022 04:57 - 28 Mar 2022 15:37 #10729
by Chris
SDKTool in SAM 2020-11-29 Linux distribution will not start was created by Chris
Hi there, when I try to run SDKTool, I get the following error:
See the following screencast:
Asciinema
Code:
./SDKtool: error while loading shared libraries: ssc.so: cannot open shared object file: No such file or directory
See the following screencast:
Asciinema
Last edit: 28 Mar 2022 15:37 by Paul Gilman.
Please Log in or Create an account to join the conversation.
- sjanzou
Less
More
- Posts: 22
29 Mar 2022 00:51 #10750
by sjanzou
Replied by sjanzou on topic SDKTool in SAM 2020-11-29 Linux distribution will not start
Chris,
Have you tried running the SDKtool from the latest SAM release 2021.12.02?
Attached is a screen shot from running the SDKtool on CentOS7
Have you tried running the SDKtool from the latest SAM release 2021.12.02?
Attached is a screen shot from running the SDKtool on CentOS7
Attachments:
Please Log in or Create an account to join the conversation.
- sjanzou
Less
More
- Posts: 22
29 Mar 2022 00:57 - 29 Mar 2022 01:05 #10751
by sjanzou
Replied by sjanzou on topic SDKTool in SAM 2020-11-29 Linux distribution will not start
Chris,
Also, with the latest update to 2020.11.29.r2, the SDKtool runs without the error message you showed on CentOS7 per the attached screenshot.
Please check your SAM installation for 2020.11.29.r2 ssc 256 and update if necessary.
Let us know if you continue to have issues.
Also, with the latest update to 2020.11.29.r2, the SDKtool runs without the error message you showed on CentOS7 per the attached screenshot.
Please check your SAM installation for 2020.11.29.r2 ssc 256 and update if necessary.
Let us know if you continue to have issues.
Attachments:
Last edit: 29 Mar 2022 01:05 by sjanzou.
Please Log in or Create an account to join the conversation.
- Chris
- Topic Author
Less
More
- Posts: 7
30 Mar 2022 23:54 #10776
by Chris
Replied by Chris on topic SDKTool in SAM 2020-11-29 Linux distribution will not start
Hi @sjanzou! Thank you for your help, and sorry for the delay in responding. I tried both your suggestions, but they didn't work. Here is a recording of SDKTool failing to run in the latest version of SAM (2021.12.02).
Asciinema
Asciinema
Please Log in or Create an account to join the conversation.
- Chris
- Topic Author
Less
More
- Posts: 7
31 Mar 2022 00:54 #10777
by Chris
Replied by Chris on topic SDKTool in SAM 2020-11-29 Linux distribution will not start
I was able to solve the issue! I had to define the following environment variable before running the program (e.g. in my
file):
Where
is the path to the root directory of the SAM installation.
Code:
~/.profile
Code:
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:<path-to-SAM>/linux_64
Where
Code:
<path-to-SAM>
Please Log in or Create an account to join the conversation.
Moderators: Paul Gilman