Installing Salome-2.2.8 on Fedore Core 5
-
Succesfull compiled Aster and install Salome, there is a problem to start Salome. ./runSalome brings a new windows, at 12% in the terminal comes a message
th. 3037965216 - Trace /vsr/salome_2.2.8/KERNEL_SRC_2.2.8/src/NamingService/SALOME_NamingService.cxx [337] : Resolve() : Registry (object) not found
How to solve this error?-
It seems a library has not been found.
Try to look earlier in the terminal for a message telling which .so is missing and install it.
Christophe-
In my case libdps.so.1 is the problem, some missing libs have allready a link, but a can't hardly find libdps.so for Fedora Core 5. Or will i have to compile X11?
-
You can try to add these two libs in your LD_LIBRARY_PATH:
- download the tarball from the link below
http://dl-1.free.fr/52616e646f6d4956159d9b368f8cb4e8a1dd0197e6d0fb6440c59b02dd7e213d/libdps.tgz
(note that this link will be available for only 24 hours)
- extract it
- type in the terminal:
export LD_LIBRARY_PATH=__PATH_TO_YOUR_EXTRACT_DIR__/libdps:$LD_LIBRARY_PATH
(of course, change __PATH_TO_YOUR_EXTRACT_DIR__ to the right path)
- run Salome.
These libs are from Debian Sarge, but it might work in Fedora Core 5 too.
Christophe
-
-
-
Powered by
Ploneboard
