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

[OpenFOAM.org] Paraview 5.4.0 compilation failed on centos 6.9

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 23, 2018, 05:02
Default Paraview 5.4.0 compilation failed on centos 6.9
  #1
New Member
 
Join Date: Mar 2018
Posts: 1
Rep Power: 0
Saclay91 is on a distinguished road
Hello,

I'm trying to install OpenFoam 5 on Centos 6.9. (X86_64 computer) by following the detailed step-by-step instructions on http://openfoamwiki.net/index.php/In...CentOS_SL_RHEL

Everything was ok until the step 16, the compilation of paraview 5.4.0.

./makeParaView -qt-4.8.6 -mpi > log.makePV 2>&1
I looked at the log.makePV file and there was the following error


make[1]: *** [VTK/ThirdParty/glew/vtkglew/CMakeFiles/vtkglew.dir/all] Erreur 2

Can someone help me to explain this problem and give me a solution.

thanks.
Attached Files
File Type: txt log.makePV.txt (104.6 KB, 3 views)
Saclay91 is offline   Reply With Quote

Old   March 24, 2018, 20:20
Default
  #2
Retired Super Moderator
 
Bruno Santos
Join Date: Mar 2009
Location: Lisbon, Portugal
Posts: 10,975
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: The error occurred because the file "/usr/lib64/libGL.so" was not found:
Quote:
Code:
make[2]: *** Pas de règle pour fabriquer la cible « /usr/lib64/libGL.so », nécessaire pour « lib/libvtkglew-pv5.4.so.1 ». Arrêt.
This file is usually installed by the drivers for the graphics card, or when Mesa is installed.

Questions:
  1. Have you installed the correct drivers for your graphics card in CentOS 6.9?
  2. What does the following command give you?
    Code:
    ls -l /usr/lib*/libGL.so*
  3. Did you perform step #2 from the instructions on the wiki page, namely from here: https://openfoamwiki.net/index.php/I...HEL#CentOS_6.9 - with success?
__________________
wyldckat is offline   Reply With Quote

Reply

Tags
paraview 5.4.0 centos 6.9


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] ParaView 5.4.0 refuses to start SamuelPei ParaView 1 October 15, 2019 03:12
[OpenFOAM.org] Can't seem to compile ParaView 4.1.0 (OpenFOAM 2.4.x, CentOS 7) me3840 OpenFOAM Installation 2 October 13, 2015 00:05
Transient boundary conditions Jarrod Sinclair (Sinclair) OpenFOAM Running, Solving & CFD 133 May 6, 2015 06:21
user subroutine error CFDUSER CFX 2 December 9, 2006 06:31
user defined function cfduser CFX 0 April 29, 2006 10:58


All times are GMT -4. The time now is 05:23.