Code_Aster forums

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.

#1 2012-06-29 22:15:47

ThierryFAVRE
Member
Registered: 2012-06-29
Posts: 3

problème ave GLIBC

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

 

#2 2012-06-30 15:13:13

cacciatorino
Member
From: Ascoli Piceno, Italy
Registered: 2008-11-05
Posts: 705
Website

Re: problème ave GLIBC

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.


SalomeMeca 2013.1 Centos 6.3

Offline

 

#3 2012-07-05 19:47:10

ThierryFAVRE
Member
Registered: 2012-06-29
Posts: 3

Re: problème ave GLIBC

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

 

#4 2012-07-06 10:16:12

delmas
Administrator
From: EDF R&D
Registered: 2007-12-12
Posts: 715

Re: problème ave GLIBC

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 ?


Code_Aster release : NEW11.x on (Ubuntu Precise Pangolin 12.04 64 bits) and (Ubuntu Lucid Lynx 10.04 32 bits) - GNU + Intel

Code_Aster. What else ?

Offline

 

#5 2012-07-07 23:42:33

ThierryFAVRE
Member
Registered: 2012-06-29
Posts: 3

Re: problème ave GLIBC

Thank you!!
It worked also for me.

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson