installation on mandriva 2006
-
Hi,
I Installed Salome 3.2.1 on a plateform mandrva 2006.
All seems to be OK except that I am obliged to launch again the script source salome.sh otherwise Salome do not launch.
In a normal way to launch Salome, do I need only to run the script runSalome?
When salome is launched, I cannot reach the modules MESH, POST and MED.
the messages indicates that
LibMESH.so and libgfortran.so are missing for SMESH
libVISU.so and libgfortran.so are missing for POST
libMED.so and libgfortran.so are missing for MED
I checked that the option :
is present in .SalomeApprc.3.2.1 file in my hoem directory
Some suggestions?
-
Hi,
the second part of the topik is closed: I can now reach the Mesh, Post and Med modules.
The question :
is it normally necessary tp run the script Salome.sh each time I want to launch salome ? remains.
-
GENET wrote:
Hi,
the second part of the topik is closed: I can now reach the Mesh, Post and Med modules.
Great !!
The question :
is it normally necessary tp run the script Salome.sh each time I want to launch salome ? remains.
When you open a new terminal, you have to source the salome.sh file
for updating your PATH, LD_LIBRARY_PATH and so on ... Then you can
use salome in this terminal without sourcing the salome.sh file more.
Of course, if you open a new terminal, you have to do the job too.
If you tired of that, you can source the salome.sh file in your .bashrc
(but I think it's a bad idea). Another solution is to define alias for running
salome and killing it :
alias run_salome='sh -c "source /data/tmplgls/adam/Salome3/V3_2_0_M2006_OCC/KERNEL_3.2.0/salome.sh ; runSalome"'
alias kill_salome='sh -c "source /data/tmplgls/adam/Salome3/V3_2_0_M2006_OCC/KERNEL_3.2.0/salome.sh ; killSalome.py"'
Cheers,
E.A.
-
Hi,
thats OK
in fact I just wrote a very short script with :
#!/bin/bash # script de lancement de Salome source /home/pat/appli/salome_3.2.1/KERNEL_3.2.1/salome.sh /home/pat/appli/salome_3.2.1/KERNEL_3.2.1/bin/salome/runSalome #fin du script
and a link from an applcation icon on KDE Desktop to this script. and it seem to work well
many thanks-
Dear at all,
I have the same problem as you, when I try to launch the MESH module I can read on my desk:
" Can not load library libMESH.so.libgfortran.so.0: can not open shared object file: No such file or directory"
I'm new of linux and I've done the installation of mandriva2006 as it is proposed.
How can I solve my problem?
Please someone can help me?
Thks a lot,
Fabio
-
In fact, I just had to install two packages from the mandriva 2006 distribution to solve the problem
gcc-gfortran-4.0.1-5mdk.i586.rpm libgfortran0-4.0.1-5mdk.i586.rpm
-
Sorry my message was not clear:
I soved the problem by installing 2 packages from mandiva 2006 distribution :
gcc-gfortran-4.0.1-5mdk.i586.rpm et
libgfortran-4.0.1-5mdk.i586.rpm
I hope, this will help you
-
Hi,
now we have no time to try this solution. I'll try it whitin this week....
thks a lot for your precious information.
I'll be send message about results of this two operations.
Bye
Fabio
-
Hi,
now we have no time to try this solution. I'll try it whitin this week....
thks a lot for your precious information.
I'll be send message about results of this two operations.
Bye
Fabio
-
Hi,
I am using Suse 9 and the RedHat version of Salome and got the same problems as metiones in the first thread:
When salome is launched, I cannot reach the modules MESH, POST and MED.
the messages indicates that
LibMESH.so.ligg2c.so.0 so are missing for SMESH
libVISU.so.ligg2c.so.0 are missing for POST
libMED.so.ligg2c.so.0 are missing for MED
Can I solve the problem in a simlilar way?
Thanks tobias-
Perhaps gfortran is not present in your system ?
See my presious message on the same topic dated 27/11/06, the packages for mandriva are indicated, I guess you can find similar things for your system ?
Hope it helps
-
Hi Friends,
I have installed Salome-3.2.2 in Mandriva 2006 sucsessfully from binaryfilessince it was a time efficient process. I am also finding same problem as Fabio that--while I opemn GEOMETRY or Supervisor module it works fine but while I Choose MESH or MED or POST_PRO ,aerror mssage (Cannot load libMESH.so,libgfortran.so ,cannotopen shared 0object file no such directory) is getting dIsplayed.
I am also npot able to acess the Help Menu->Module option .Error massage being Displayed is:: External browser usr/bin/Mozilla cannot show help page ..../.../salome_3.2.3/GEOM(MESH?MED/VISU)/index.html) while I am able to open that page though mozilla indivisually. so Hoew can I set the path .
please help Me with answer.
Thanks a lot,
Nandita Dash
-
-
-
-
-
-
-
-
-
GENET wrote:
Hi,
When salome is launched, I cannot reach the modules MESH, POST and MED.
the messages indicates that
LibMESH.so and libgfortran.so are missing for SMESH
libVISU.so and libgfortran.so are missing for POST
libMED.so and libgfortran.so are missing for MED
I checked that the option :
is present in .SalomeApprc.3.2.1 file in my hoem directory
Some suggestions?
same problem but im running Debian sarge and i install the fortran packages but didnt work!!!!!!!1 some idea?
i try with this ones g77 g77-3.3 libg2c0 libg2c0-dev
thank you
im running salome 3.2.2
-
