Installing salome on Linux SUSE 9.3
-
Hello,
I have installed salome all packages as binary except gcc compiler with the generic xml script on SUSE 9.3.
I sources the environment, and run the script laucher giving me the following error messages:
clt2323:/home/adil/salome-2.2.1/KERNEL_2.2.1/bin/salome # runSalome -k
Searching for a free port for naming service: 2810 - Ok
Traceback (most recent call last):
File "/home/adil/salome-2.2.1/KERNEL_2.2.1/bin/salome/runSalome.py", line 715, in ?
clt,args = main()
File "/home/adil/salome-2.2.1/KERNEL_2.2.1/bin/salome/runSalome.py", line 705, in main
args, modules_list, modules_root_dir = get_config()
File "/home/adil/salome-2.2.1/KERNEL_2.2.1/bin/salome/runSalome.py", line 45, in get_config
import launchConfigureParser
File "/home/adil/salome-2.2.1/KERNEL_2.2.1/bin/salome/launchConfigureParser.py", line 98, in ?
import Utils_Identity
File "/home/adil/salome-2.2.1/KERNEL_2.2.1/bin/salome/Utils_Identity.py", line 33, in ?
import socket
File "/home/adil/salome-2.2.1/Python-2.2.1/lib/python2.2/socket.py", line 41, in ?
from _socket import *
ImportError: libssl.so.2: cannot open shared object file: No such file or directory
>>>
I cheched my system and found the libraries in my system (in /usr/lib):
libssl.so.0
libssl.so.0.9.6
libssl.so.0.9.7
libssl.so
It seems as if the Kernel is compiled with an incompatible version of the OpenSSL library that I have.
What I should do ?
Does anybody succeded to compile from sources on recent SUSE or OpenSUSE distributions ?
Thanks
Powered by
Ploneboard
,