![]() |
Error while installing OpenFOAM on RHEL 7.3 based OS
1 Attachment(s)
While trying to install OF 5.x. I am getting following error
Code:
common_file_uncompress.c:65:18: fatal error: zlib.h: No such file or directory Code:
./Allwmake > log.make 2>&1 We are following the below steps for installing OpenFOAM5.x https://openfoamwiki.net/index.php/I...7.4_.281708.29 Kindly guide us for installation. |
Quick question: Did you run the following command as root?
Code:
yum install zlib-devel |
Thanks for your reply I could get past zlib
However, I am now stuck at the next command while building Paraview. I use the command: Code:
./makeParaView -mpi -python -qmake $(which qmake-qt4) > log.makePV 2>&1 Following is the error I get: Code:
no qmake-qt4 in (/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin:/home/awplab-7920/.local/bin:/home/awplab-7920/bin) |
Quick questions:
|
Quote:
Answer 1. Yes I installed it using the Code:
yum install zlib-devel Code:
yum install qt-devel Code:
Transaction check error: file /usr/lib64/libGLdispatch.so.0 from install of libglvnd-1:1.0.1-0.8.git5baa1e5.el7.x86_64 Code:
yum install libGLU-devel Code:
Transaction check error: file /usr/lib64/libGLdispatch.so.0 from install of libglvnd-1:1.0.1-0.8.git5baa1e5.el7.x86_64 conflicts with file from package nvidia-375.20-x86_64.el7.1.x86_64 Code:
yum install qt-assistant Code:
No package qt-assistant available. Error: Nothing to do |
Quick answers:
|
Thanks Bruno.
Updating to RHEL 7.6 solved the problem!!!:) I first uninstalled the nvidia drivers which were conflicting, using the command yum uninstall nvidia followed by yum upgrade yum update |
All times are GMT -4. The time now is 06:37. |