Salome with Ubuntu 6.0.6
-
First: please apologize my bad english.
Second: I tried to install salome 2.2.8 in Ubuntu 6.0.6 and when I try to launch the program typing:
# runSalome &
I receive this error message:
SALOME_Session_Server: error while loading shared libraries: libdps.so.1: cannot open shared object file: No such file or directory
Searching /Kernel/Session in Naming Service +This is the end of document
+th. 2964089776 - Trace /vsr/salome_2.2.8/KERNEL_SRC_2.2.8/src/NamingService/SAL OME_NamingService.cxx [337] : Resolve() : Registry (object) not found
Traceback (most recent call last):
File "/home/alspad/salome/KERNEL_2.2.8/bin/salome/runSalome.py", line 670, in useSalome
clt = startSalome(args, modules_list, modules_root_dir)
File "/home/alspad/salome/KERNEL_2.2.8/bin/salome/runSalome.py", line 585, in startSalome
session=clt.waitNSPID("/Kernel/Session",mySessionServ.PID,SALOME.Session)
File "/home/alspad/salome/KERNEL_2.2.8/bin/salome/orbmodule.py", line 153, in waitNSPID
raise "Impossible de trouver %s" % theName
Impossible de trouver /Kernel/Session
--- erreur au lancement Salome ---
Saving of the dictionary of Salome processes in /home/alspad/alspad_spadafor aport_2812_SALOME_pidict
To kill SALOME processes from a console (kill all sessions from all ports):
python killSalome.py
To kill SALOME from the present interpreter, if it is not closed :
killLocalPort() --> kill this session
(use CORBA port from args of runSalome)
givenPortKill(port) --> kill a specific session with given CORBA port
killAllPorts() --> kill all sessions
runSalome, with --killall option, starts with killing
the processes resulting from the previous execution.
th. 2964089776 - Trace /vsr/salome_2.2.8/KERNEL_SRC_2.2.8/src/NamingService/SALO ME_NamingService.cxx [337] : Resolve() : Registry (object) not found
Please, help me! I admit: I'm a linux newbie!
Alberto.
-
Alberto Spadafora wrote:
First: please apologize my bad english.
Second: I tried to install salome 2.2.8 in Ubuntu 6.0.6 and when I try to launch the program typing:
# runSalome &
I receive this error message:
SALOME_Session_Server: error while loading shared libraries: libdps.so.1: cannot open shared object file: No such file or directory
Searching /Kernel/Session in Naming Service +This is the end of document
+th. 2964089776 - Trace /vsr/salome_2.2.8/KERNEL_SRC_2.2.8/src/NamingService/SAL OME_NamingService.cxx [337] : Resolve() : Registry (object) not found
Traceback (most recent call last):
File "/home/alspad/salome/KERNEL_2.2.8/bin/salome/runSalome.py", line 670, in useSalome
clt = startSalome(args, modules_list, modules_root_dir)
File "/home/alspad/salome/KERNEL_2.2.8/bin/salome/runSalome.py", line 585, in startSalome
session=clt.waitNSPID("/Kernel/Session",mySessionServ.PID,SALOME.Session)
File "/home/alspad/salome/KERNEL_2.2.8/bin/salome/orbmodule.py", line 153, in waitNSPID
raise "Impossible de trouver %s" % theName
Impossible de trouver /Kernel/Session
--- erreur au lancement Salome ---
Saving of the dictionary of Salome processes in /home/alspad/alspad_spadafor aport_2812_SALOME_pidict
To kill SALOME processes from a console (kill all sessions from all ports):
python killSalome.py
To kill SALOME from the present interpreter, if it is not closed :
killLocalPort() --> kill this session
(use CORBA port from args of runSalome)
givenPortKill(port) --> kill a specific session with given CORBA port
killAllPorts() --> kill all sessions
runSalome, with --killall option, starts with killing
the processes resulting from the previous execution.
th. 2964089776 - Trace /vsr/salome_2.2.8/KERNEL_SRC_2.2.8/src/NamingService/SALO ME_NamingService.cxx [337] : Resolve() : Registry (object) not found
Please, help me! I admit: I'm a linux newbie!
Alberto.
Hi,
you have to install the package libdps1 that isn't in Dapper Drake.
Add this line in the /etc/apt/source.list file :
deb http://security.ubuntu.com/ubuntu hoary-security main
then type the two commands
sudo apt-get update
sudo apt-get install libdps1
Thomas B.-
I installed salome on Ubuntu edgy with the debian wizard this morning but i've a little problem.
I don't know how to launch salome...
Can someone help me?-
MARION wrote:
I installed salome on Ubuntu edgy with the debian wizard this morning but i've a little problem.
I don't know how to launch salome...
Can someone help me?
Hello,
It is in the readme file that appears after successful installation. Any way you can:
cd ~/salome_3.2.6/KERNEL_3.2.6
(If this is where you chose to install Salome)
source salome.sh
cd bin/salome
./runSalome
-
-
-
Powered by
Ploneboard
