|
[Sponsors] |
[OpenFOAM.org] Problem in installing OpenFoam4.x on centOS |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
March 15, 2018, 14:36 |
Problem in installing OpenFoam4.x on centOS
|
#1 |
New Member
radin hosseini
Join Date: Nov 2017
Posts: 6
Rep Power: 9 |
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 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 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 |
|
March 17, 2018, 18:17 |
|
#2 |
Retired Super Moderator
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,982
Blog Entries: 45
Rep Power: 128 |
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 The second request is that you check what the following command gives you: Code:
which cmake
__________________
|
|
|
|
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 |