CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Installation

Problem starting a tutorial case

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   December 12, 2006, 15:54
Default I just installed OpenFOAM and
  #1
New Member
 
Alan Kastengren
Join Date: Mar 2009
Posts: 3
Rep Power: 17
alank is on a distinguished road
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)
alank is offline   Reply With Quote

Old   December 12, 2006, 16:50
Default Welcome to DLL-hell (or in tha
  #2
Assistant Moderator
 
Bernhard Gschaider
Join Date: Mar 2009
Posts: 4,225
Rep Power: 51
gschaider will become famous soon enoughgschaider will become famous soon enough
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
gschaider is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Modifying a mesh starting from case file Ale FLUENT 2 September 16, 2008 12:10
Problems starting new case interFoam billy OpenFOAM Running, Solving & CFD 3 June 21, 2006 10:18
Tutorial bCavityb case problem wells OpenFOAM Installation 2 March 21, 2005 07:55
Case in Fluent Tutorial 1 Lam FLUENT 0 August 24, 2004 11:25
XiFoam tutorial case pratap OpenFOAM Running, Solving & CFD 1 March 1, 2004 05:25


All times are GMT -4. The time now is 07:50.