CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   CFX (https://www.cfd-online.com/Forums/cfx/)
-   -   CFX 10 Pre/Post and Linux SuSE 10.0 (https://www.cfd-online.com/Forums/cfx/22831-cfx-10-pre-post-linux-suse-10-0-a.html)

Bernhard Dobmeier July 11, 2006 06:55

CFX 10 Pre/Post and Linux SuSE 10.0
 
For any of you who have the same problem:

CFX-Pre and CFX-Post didn't work because of a libgcc_s.so.1 version conflict (libstdc++.so.6 of SuSE 10.0 requires version GCC_3.3 - CFX provides libstdc++.so.5)

Solution:

Renamed /usr/local/cfx/CFX-10.0/lib/linux/libgcc_s.so.1 to ..../libgcc_s.so.1.old (delete it if you dare)

and created a symbolic link to the library provided by SuSE:

root@linux:/usr/local/cfx/CFX-10.0/lib/linux# ln -s /lib/libgcc_s.so.1


Joe July 11, 2006 08:16

Re: CFX 10 Pre/Post and Linux SuSE 10.0
 
I'm running on the latest RHEL kernel without any issues but then again RHEL is very consevative and plodding...

Thanks for the solution.

Mike July 11, 2006 14:09

Re: CFX 10 Pre/Post and Linux SuSE 10.0
 
Just to add, I think this only applies when running the 32-bit executables. Another work-around is to set: LD_PRELOAD=/lib/libgcc_s.so.1

Mike


All times are GMT -4. The time now is 21:30.