|
[Sponsors] |
December 12, 2006, 16:54 |
I just installed OpenFOAM and
|
#1 |
New Member
Alan Kastengren
Join Date: Mar 2009
Posts: 3
Rep Power: 17 |
I just installed OpenFOAM and the associated third-party programs onto my Linux machine and successfully unpacked the files; the foamSystemCheck and foamInstallationTest scripts ran without errors. Following the README file, I tried to run the first tutorial case. Upon trying to run blockMesh . cavity, I got the following errors. Any recommendations on what I did wrong? Do I need to compile the OpenFOAM source code rather than using the supplied binary files?
blockMesh: /usr/lib/libstdc++.so.6: version `CXXABI_1.3.1' not found (required b y blockMesh) blockMesh: /usr/lib/libstdc++.so.6: version `CXXABI_1.3.1' not found (required b y /home/alank/OpenFOAM/OpenFOAM-1.3/lib/linuxGcc4DPOpt/libmeshTools.so) blockMesh: /usr/lib/libstdc++.so.6: version `CXXABI_1.3.1' not found (required b y /home/alank/OpenFOAM/OpenFOAM-1.3/lib/linuxGcc4DPOpt/libdynamicMesh.so) blockMesh: /usr/lib/libstdc++.so.6: version `CXXABI_1.3.1' not found (required b y /home/alank/OpenFOAM/OpenFOAM-1.3/lib/linuxGcc4DPOpt/libOpenFOAM.so) blockMesh: /usr/lib/libstdc++.so.6: version `CXXABI_1.3.1' not found (required b y /home/alank/OpenFOAM/OpenFOAM-1.3/lib/linuxGcc4DPOpt/libtriSurface.so) blockMesh: /usr/lib/libstdc++.so.6: version `CXXABI_1.3.1' not found (required b y /home/alank/OpenFOAM/OpenFOAM-1.3/lib/linuxGcc4DPOpt/libfiniteVolume.so) |
|
December 12, 2006, 17:50 |
Welcome to DLL-hell (or in tha
|
#2 |
Assistant Moderator
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51 |
Welcome to DLL-hell (or in that case .so). To make it possible to help you here please give us more details on "my Linux machine" (distribution etc).
One think that MIGHT help in my experience is relinking the executables. Try the following: rm $FOAM_APPBIN/blockMesh which blockMesh (should say that there is none) cd $FOAM_APP ./Allwmake If blockMesh works now, try removing all executables in $FOAM_APPBIN, go to $FOAM_APP, relink.
__________________
Note: I don't use "Friend"-feature on this forum out of principle. Ah. And by the way: I'm not on Facebook either. So don't be offended if I don't accept your invitation/friend request |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Modifying a mesh starting from case file | Ale | FLUENT | 2 | September 16, 2008 13:10 |
Problems starting new case interFoam | billy | OpenFOAM Running, Solving & CFD | 3 | June 21, 2006 11:18 |
Tutorial bCavityb case problem | wells | OpenFOAM Installation | 2 | March 21, 2005 08:55 |
Case in Fluent Tutorial 1 | Lam | FLUENT | 0 | August 24, 2004 12:25 |
XiFoam tutorial case | pratap | OpenFOAM Running, Solving & CFD | 1 | March 1, 2004 06:25 |