[Paraview] compiling from CVS, vtkSocketCommunicator.cxx:420: error
Brad King
brad.king at kitware.com
Tue Jun 30 12:05:33 EDT 2009
Ricardo Reis wrote:
> $ ../../bin/vtkHashSource
> ../../bin/vtkHashSource: error while loading shared libraries:
> libvtksys.so.pv3.7: cannot open shared object file: No such file or
> directory
Ah, so the executable fails to run because it cannot find shared
libraries it needs. Did you change any RPATH options when configuring
paraview in ccmake? Please post your CMakeCache.txt file.
What is the output of
$ readelf -d ../../bin/vtkHashSource
?
>> /home/rreis/on_hold/src/ParaView3/VTK/Parallel/vtkSocketCommunicator.cxx
>> vtkSocketCommunicatorHash
>
> should there be a ln or cat somewhere?
Those were supposed to be arguments to the first command, but that
doesn't matter since it couldn't run anyway.
-Brad
More information about the ParaView
mailing list