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

[OpenFOAM.org] Problem in installing OpenFoam4.x on centOS

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 15, 2018, 14:36
Default Problem in installing OpenFoam4.x on centOS
  #1
New Member
 
radin hosseini
Join Date: Nov 2017
Posts: 6
Rep Power: 8
radin_85 is on a distinguished road
Hey every one,
I am trying to install OpenFOAM 4.x on my cluster account. the version of cluster Linux is CentOS 7
i am trying to install it by following:

http://openfoamwiki.net/index.php/In...CentOS_SL_RHEL

after building Cmake, (it is done without any error) and steps 10 and 11, i try to run makeCGAL, but the following error appears:

Code:
cmake: /home/osw_w17026597/OpenFOAM/ThirdParty-4.x/platforms/linux64/gcc-4.8.5/lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by cmake)
cmake: /home/osw_w17026597/OpenFOAM/ThirdParty-4.x/platforms/linux64/gcc-4.8.5/lib64/libstdc++.so.6: version `CXXABI_1.3.9' not found (required by cmake)
+ exit 1
i tried this trick as well:
Code:
mv $WM_THIRD_PARTY_DIR/platforms/$WM_ARCH$WM_ARCH_OPTION/gcc-4.8.5 $WM_THIRD_PARTY_DIR/platforms/linux64/gcc-4.8.5.bak
./makeCmake > log.makeCmake 2>&1
mv $WM_THIRD_PARTY_DIR/platforms/$WM_ARCH$WM_ARCH_OPTION/gcc-4.8.5.bak $WM_THIRD_PARTY_DIR/platforms/linux64/gcc-4.8.5
wmRefresh
but i get the same error.
i am really confused. does anyone has any idea what should i do?

Last edited by wyldckat; March 17, 2018 at 18:14. Reason: Added [CODE][/CODE] markers
radin_85 is offline   Reply With Quote

Old   March 17, 2018, 18:17
Default
  #2
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,974
Blog Entries: 45
Rep Power: 128
wyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to allwyldckat is a name known to all
Quick answer: Sorry for the late reply, I don't know if you have solved this issue, but if not, please run the following commands:
Code:
cd $WM_THIRD_PARTY_DIR
gzip < log.makeCmake > log.makeCmake.gz
Then attach the file "log.makeCmake.gz" to your next post, because this will give us more details on what happened during the second build.

The second request is that you check what the following command gives you:
Code:
which cmake
__________________
wyldckat is offline   Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
[OpenFOAM.org] Qt and Gcc errors while installing OF-4.0 on CentOS 6.10 HPC redbullah OpenFOAM Installation 1 September 20, 2018 17:45
Ansys 16.1 installing problem! arashn18 ANSYS 1 July 21, 2015 19:48
Error installing OpenFOAM 2.2.0 on CentOS 6.4 CGMaioli OpenFOAM Installation 34 February 24, 2014 15:06
[pythonFlu] Problem installing pythonFlu PonchO OpenFOAM Community Contributions 3 September 19, 2013 07:25
Problem Building OF on Centos cluster (no admin rights) CKH OpenFOAM Installation 5 November 13, 2011 07:32


All times are GMT -4. The time now is 09:57.