Welcome on the forums. Please post in English or French.
You are not logged in. You won't be able to post until you register and log in using the top-right bar.
Bonjour,
Je viens de tenter ma première installation de SALOME-MECA, sur UBUNTU 11.10.
J'ai téléchargé l'archive SALOME-MECA-2010.2-LGPL-i386.tgz, je l'ai décompressée, et en suivant le tutoriel indiqué sur le site, j'ai lancé la commande
sudo python postinstall.py (sudo ajouté pour que cela fonctionne)
ensuite , quand je lance la commande suivante :
./runSalomeMeca (avec ou sans sudo), j'obtiens les messages suivants :
python: relocation error: /opt/Salome-Meca/SALOME-MECA-2010.2-LGPL-i386/SALOME/SALOME5/V5_1_4/../Prerequis/etchForSalome/lib/tls/libc.so.6: symbol _dl_out_of_memory, version GLIBC_PRIVATE not defined in file ld-linux.so.2 with link time reference
python: relocation error: /opt/Salome-Meca/SALOME-MECA-2010.2-LGPL-i386/SALOME/SALOME5/V5_1_4/../Prerequis/etchForSalome/lib/tls/libc.so.6: symbol _dl_out_of_memory, version GLIBC_PRIVATE not defined in file ld-linux.so.2 with link time reference
python: relocation error: /opt/Salome-Meca/SALOME-MECA-2010.2-LGPL-i386/SALOME/SALOME5/V5_1_4/../Prerequis/etchForSalome/lib/tls/libc.so.6: symbol _dl_out_of_memory, version GLIBC_PRIVATE not defined in file ld-linux.so.2 with link time reference
dirname: /opt/Salome-Meca/SALOME-MECA-2010.2-LGPL-i386/SALOME/SALOME5/V5_1_4/../Prerequis/etchForSalome/lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by dirname)
python: relocation error: /opt/Salome-Meca/SALOME-MECA-2010.2-LGPL-i386/SALOME/SALOME5/V5_1_4/../Prerequis/etchForSalome/lib/tls/libc.so.6: symbol _dl_out_of_memory, version GLIBC_PRIVATE not defined in file ld-linux.so.2 with link time reference
/bin/bash: /opt/Salome-Meca/SALOME-MECA-2010.2-LGPL-i386/SALOME/SALOME5/V5_1_4/../Prerequis/etchForSalome/lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by /bin/bash)
/bin/bash: /opt/Salome-Meca/SALOME-MECA-2010.2-LGPL-i386/SALOME/SALOME5/V5_1_4/../Prerequis/etchForSalome/lib/tls/libc.so.6: version `GLIBC_2.8' not found (required by /bin/bash)
/bin/bash: /opt/Salome-Meca/SALOME-MECA-2010.2-LGPL-i386/SALOME/SALOME5/V5_1_4/../Prerequis/etchForSalome/lib/tls/libc.so.6: version `GLIBC_2.11' not found (required by /bin/bash)
/bin/bash: /opt/Salome-Meca/SALOME-MECA-2010.2-LGPL-i386/SALOME/SALOME5/V5_1_4/../Prerequis/etchForSalome/lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by /lib/libncurses.so.5)
/bin/bash: /opt/Salome-Meca/SALOME-MECA-2010.2-LGPL-i386/SALOME/SALOME5/V5_1_4/../Prerequis/etchForSalome/lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by /lib/libtinfo.so.5)
J'en déduis qu'il doit y avoir un problème avec GLIBC, mais lequel ??
Est-ce que quelqu'un a une idée?
Merci, Thierry FAVRE
Offline
ThierryFAVRE wrote:
J'ai téléchargé l'archive SALOME-MECA-2010.2-LGPL-i386.tgz, je l'ai décompressée, et en suivant le tutoriel indiqué sur le site, j'ai lancé la commande
sudo python postinstall.py (sudo ajouté pour que cela fonctionne)
Any special reason to execute postinstall as root? The normal behaviour is to run it as regular user, even if the executable is placed outside the home directory.
Offline
Because if I don't the install stops immediately :
parents@PRUNE:/opt/Salome-Meca/SALOME-MECA-2010.2-LGPL-i386/postinstall$ python postinstall.py
Looking for terminal command... /usr/bin/xterm -sb -si -geometry 90x32 [ OK ]
Looking for editor command ... /usr/bin/xedit [ OK ]
/opt/Salome-Meca/SALOME-MECA-2010.2-LGPL-i386/SALOME/SALOME5/Prerequis/etchForSalome
Writing flag file... [FAILED]
Exit code : 1
Offline
Have a look there : http://www.salome-platform.org/forum/fo … #877388471
You don't need to run post-install as root. Do you own the file where Salome-Meca is located ?
Offline
Thank you!!
It worked also for me.
Offline