[Paraview] paraview installation error

Pradeep Jha pradeep at ccs.engg.nagoya-u.ac.jp
Tue Mar 12 01:40:46 EDT 2013


I am trying to install Paraview on a supercomputer with OSMesa support. I
have installed OSMesa and everything else required and set my
configurations according to this
page<http://paraview.org/Wiki/ParaView/Users_Guide/Parallel_Rendering#Offscreen_Software_Rendering_via_OSMesa>in
the cmake file.

The only thing is I cannot find the libGLU.so on the computer. To install
the libGLU, when I use the rpm file, I get the following output:
----------------------------------------------------------------------------
[k00603 at fe01p08 HH-1298]$rpm2cpio
/home/hp120242/k00603/distfiles/HH-1298/mesa-libGLU-6.5.1-7.10.el5.x86_64.rpm
| cpio -id
cpio: ./usr/lib64/libGLU.so.1 not created: newer or same age version exists
cpio: ./usr/lib64/libGLU.so.1.3.060501 not created: newer or same age
version exists
1026 blocks
----------------------------------------------------------------------------

When I did:
---------------------------------------------------------------
[k00603 at fe01p09 ~]$locate libGLU
/usr/lib/libGLU.so.1
/usr/lib/libGLU.so.1.3.060501
/usr/lib64/libGLU.so.1
/usr/lib64/libGLU.so.1.3.060501
----------------------------------------------------
so I set the "OPENGL_glu_LIBRARY" environment to "/usr/lib64/libGLU.so.1"
and generate the Makefile using Cmake.

After this when I run the "make" command, I am getting the following error:
--------------------------------------------------------------------------------------------------------
[ 87%] Built target vtkRenderingMatplotlibCS
[ 88%] Built target vtkPVServerManagerRenderingCS
[ 89%] Built target vtkRenderingLODCS
[ 90%] Built target vtkPVServerManagerDefaultCS
Linking CXX shared library ../../../lib/
libvtkPVServerManagerApplication-pv3.98.so<http://libvtkpvservermanagerapplication-pv3.98.so/>
CMakeFiles/vtkPVServerManagerApplication.dir/vtkInitializationHelper.cxx.o:
In function `PARAVIEW_CSSTREAMS_INITIALIZE(vtkClientServerInterpreter*)':
vtkInitializationHelper.cxx:(.text+0x355): undefined reference to
`vtkFiltersParallelMPICS_Initialize'
collect2: ld returned 1 exit status
make[2]: *** [lib/libvtkPVServerManagerApplication-pv3.98.so.1] Error 1
make[1]: ***
[ParaViewCore/ServerManager/SMApplication/CMakeFiles/vtkPVServerManagerApplication.dir/all]
Error 2
make: *** [all] Error 2
----------------------------------------------------
----------------------------------------------------

Any ideas what am I doing wrong?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20130312/7b1a1ae5/attachment.htm>


More information about the ParaView mailing list