Salome 6.4.0 on OpenSuse 12.1
Greetings, colleagues!
I failed to start Salome V6.4.0 on OpenSuse 12.1 64 bit. I tried both universal binaries and compilation from sources (from packages for RHEL and Mandriva).
Patch like:
At the end the prerequis-XXX.sh file should look like: (...) didn't help. During compilation from sources anything fails because of python-2.6 installation fail.
export LANG=C
export DEBIANFORSALOME=${PREREQUIS_ROOT_DIR}/etchForSalome
export LD_LIBRARY_PATH=/lib64:${DEBIANFORSALOME}/lib:${LD_LIBRARY_PATH}
(...)
Does anyone have successful experience of starting of Salome on OpenSuse 12.1? Please, help.
Best regards, Aleksey.
Hello,
I just installed OpenSuse 12.1 in a virtual box host and indeed at first Salome did not launch (I tried the universal binaries).
The problem came from the file /etc/hosts where my hostname was not written, only localhost was specified.
I just add my hostname with IP 127.0.1.1 in the file and Salome successfully launched.
Please get a try.
Regards,
Gilles
Same here. Thanks a bunch!
You can keep whatever IP address is in there. Just replace localhost with your actual hostname.
(127.0.0.1 localhost) --> (127.0.0.1 linux-p9u3)
Hi,
I've tried to modify the file /etc/hosts like this
[code]# IP-Address Full-Qualified-Hostname Short-Hostname
#
127.0.0.1 linux-g8jj[/code]
but Salome doesn't starts giving the following message:
[code]:~> /usr/local/bin/appli_V6_4_0/runAppli
runSalome running on linux-g8jj.site
Searching for a free port for naming service: 2810 2811 - OK
Searching Naming Service +++++++[/code]


