|
[Sponsors] |
September 6, 2006, 15:38 |
Hi All
I am trying to get O
|
#1 |
Guest
Posts: n/a
|
Hi All
I am trying to get OpenFOAM-1.3 working, I have installed as per the instructions. But as soon as I try and run FoamX, I get the following error: nsd: error while loading shared libraries: libstc++.so.6: cannot handle TLS data I am running slackware 10.1 Thanks, Barry |
|
September 6, 2006, 19:03 |
By the looks of thihgs, you ar
|
#2 |
Senior Member
Hrvoje Jasak
Join Date: Mar 2009
Location: London, England
Posts: 1,907
Rep Power: 33 |
By the looks of thihgs, you are having trouble either with the version of corba you're picking up or with the compiler. Try doing
ldd 'which icoFoam" and which nsd and see what libraries are being picked up. Mine looks like this: wooster*103-> ldd /home/hjasak/OpenFOAM/OpenFOAM-1.3/applications/bin/linuxGcc4DPOpt/icoFoam linux-gate.so.1 => (0xffffe000) libfiniteVolume.so => /home/hjasak/OpenFOAM/OpenFOAM-1.3/lib/linuxGcc4DPOpt/libfiniteVolume.so (0x4001d000) libOpenFOAM.so => /home/hjasak/OpenFOAM/OpenFOAM-1.3/lib/linuxGcc4DPOpt/libOpenFOAM.so (0x4076f000) libstdc++.so.6 => /home/hjasak/OpenFOAM/linux/gcc-4.1.1/lib/libstdc++.so.6 (0x40a36000) libm.so.6 => /lib/libm.so.6 (0x40b48000) libgcc_s.so.1 => /home/hjasak/OpenFOAM/linux/gcc-4.1.1/lib/libgcc_s.so.1 (0x40b6d000) libpthread.so.0 => /lib/libpthread.so.0 (0x40b78000) libc.so.6 => /lib/libc.so.6 (0x40b8c000) libPstream.so => /home/hjasak/OpenFOAM/OpenFOAM-1.3/lib/linuxGcc4DPOpt/lam-7.1.1/libPstream.so (0x40cac000) libtriSurface.so => /home/hjasak/OpenFOAM/OpenFOAM-1.3/lib/linuxGcc4DPOpt/libtriSurface.so (0x40cb4000) libmeshTools.so => /home/hjasak/OpenFOAM/OpenFOAM-1.3/lib/linuxGcc4DPOpt/libmeshTools.so (0x40d23000) libfoamUser.so => /home/hjasak/OpenFOAM/OpenFOAM-1.3/lib/linuxGcc4DPOpt/libfoamUser.so (0x40e73000) libz.so => /home/hjasak/OpenFOAM/OpenFOAM-1.3/lib/linuxGcc4DPOpt/libz.so (0x40e75000) /lib/ld-linux.so.2 (0x40000000) libmpi.so.0 => /home/hjasak/OpenFOAM/OpenFOAM-1.3/src/lam-7.1.1/platforms/linuxGcc4DPOpt/lib/li bmpi.so.0 (0x40e88000) liblam.so.0 => /home/hjasak/OpenFOAM/OpenFOAM-1.3/src/lam-7.1.1/platforms/linuxGcc4DPOpt/lib/li blam.so.0 (0x40efd000) libutil.so.1 => /lib/libutil.so.1 (0x40f50000) liblagrangian.so => /home/hjasak/OpenFOAM/OpenFOAM-1.3/lib/linuxGcc4DPOpt/liblagrangian.so (0x40f54000) libdl.so.2 => /lib/libdl.so.2 (0x40f57000) You will probably be picking up some system libraries instead. Hrv
__________________
Hrvoje Jasak Providing commercial FOAM/OpenFOAM and CFD Consulting: http://wikki.co.uk |
|
September 7, 2006, 03:02 |
Hi Hrv
Thanks for the Reply
|
#3 |
Guest
Posts: n/a
|
Hi Hrv
Thanks for the Reply Here is the output from barry@kilimanjaro:~$ ldd /home/barry/OpenFOAM/OpenFOAM-1.3/applications/bin/linuxGcc4DPOpt/icoFoam /home/barry/OpenFOAM/OpenFOAM-1.3/applications/bin/linuxGcc4DPOpt/icoFoam: error while loading shared libraries: libstdc++.so.6: cannot handle TLS data ls op barry@kilimanjaro:~$ ldd OpenFOAM/OpenFOAM-1.3/src/mico-2.3.11/platforms/linuxGcc4DPOpt/bin/nsd OpenFOAM/OpenFOAM-1.3/src/mico-2.3.11/platforms/linuxGcc4DPOpt/bin/nsd: error while loading shared libraries: libstdc++.so.6: cannot handle TLS data ? Barry |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to handle the gcc412 | ivanyao | OpenFOAM Bugs | 1 | March 28, 2015 23:35 |
How to handle it | ivanyao | OpenFOAM Pre-Processing | 6 | August 24, 2008 22:27 |
Libstdcso6 ABI problem | maka | OpenFOAM Installation | 5 | July 17, 2007 21:40 |
Error while loading shared libraries libstdcso6 | maka | OpenFOAM Installation | 2 | August 11, 2006 05:24 |
How to handle FORTRAN Error? | CFD Student | Main CFD Forum | 6 | July 2, 2004 06:32 |