Welcome to the forums. Please post in English or French.

You are not logged in.

#1 2021-12-22 17:58:11

RoyOlaf
Member
Registered: 2021-12-22
Posts: 1

Debian installation error libicui18n.so.57

Hello,

on Debian I get this :

─$ ./salome
runSalome running on localhost
Searching for a free port for naming service: 2812 - OK
Searching Naming Service  + found in 0.1 seconds
Searching /Kernel/Session in Naming Service  ++++SALOME_Session_Server: error while loading shared libraries: libicui18n.so.57: cannot open shared object file: No such file or directory
Traceback (most recent call last):
  File "/home/user/SALOME-9.7.0-DB09-SRC/BINARIES-DB09/KERNEL/bin/salome/orbmodule.py", line 181, in waitNSPID
    os.kill(thePID,0)
ProcessLookupError: [Errno 3] No such process

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/user/SALOME-9.7.0-DB09-SRC/BINARIES-DB09/KERNEL/bin/salome/runSalome.py", line 694, in useSalome
    clt = startSalome(args, modules_list, modules_root_dir)
  File "/home/user/SALOME-9.7.0-DB09-SRC/BINARIES-DB09/KERNEL/bin/salome/runSalome.py", line 639, in startSalome
    session=clt.waitNSPID("/Kernel/Session",mySessionServ.PID,SALOME.Session)
  File "/home/user/SALOME-9.7.0-DB09-SRC/BINARIES-DB09/KERNEL/bin/salome/orbmodule.py", line 183, in waitNSPID
    raise RuntimeError("Process %d for %s not found" % (thePID,theName))
RuntimeError: Process 88911 for /Kernel/Session not found


--- Error during Salome launch ---
Warning, no type found for resource "localhost", using default value "single_machine"


libicui18n.so.57 is requiered, but I have libicu67 installed.

Do I have to install v57 or is it something else?

Offline