Issue with SALOME-9.11.0

I downloaded SALOME-9.11.0, but when I compile ./salome I get this error message

SALOME_Session_Server_No_Server: error while loading shared libraries: libOT.so.0.21: cannot open shared object file: No such file or directory
ERROR:salomeContext:Unexpected error:

Is there any way to resolve it ?

I have installed all the prequisites required for SALOME and still having the same issue.

Thank you in advance for your help

hi,
can you provide us with some additional informations about your OS (run cat /etc/os-release) as well as which distribution you’re trying to run here?
regards.

Did you solve the problem? I am getting a similar message when executing salome 9.10.0

In order to provide some help, you need to share:

  • SALOME distribution in use
  • Operating system
  • list of system packages installed with apt/dnf/rpm
  • have tried all of 9.9.0 9.10.0 9.11.0 for ubuntu and the universal version i get the same message no module named 'salomeContextUtils'
  • ubuntu 22.04
  • i have python3 installed as well as all the dependencies ( i have checked using ./sat/sat config SALOME-9.10.0-native --check_system )

can you attach the output of :

  • cat /etc/os-release
  • apt list --installed > UB22.txt
  • which python

Thanks

these are the outputs, thank you for your help !

PRETTY_NAME="Ubuntu 22.04.3 LTS" NAME="Ubuntu" VERSION_ID="22.04" VERSION="22.04.3 LTS (Jammy Jellyfish)" VERSION_CODENAME=jammy ID=ubuntu ID_LIKE=debian HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" UBUNTU_CODENAME=jammy

UB22.txt (193.7 KB)

/usr/bin/python

1 Like

starting from your list and comparing to what we have, it seems that you need at least to install the following packages which at first sight seem to be required and are missing from the output of config --check_system command:

libafterimage0
libglib2.0-dev
libgstreamer1.0-dev
libpcl1

If it still does not work, we can share with you the list of packages as a flat text file.