[Paraview] libpqComponents.so not found
Kent Eschenberg
eschenbe at psc.edu
Thu Dec 20 11:12:32 EST 2007
Shared objects can be found only if they are in a standard location (such as
/usr/lib) or in locations listed in the environment variable for this. For
example, try setting
setenv LD_LIBRARY_PATH usr/local/lib/paraview-3.3
and see if things work better.
Kent
Pittsburgh Supercomputing Center
Corinne Bachmann wrote:
> Hi all
>
> I compiled paraview today with these obtions:
>
> BUILD_SHARED_LIBS ON
> CMAKE_BUILD_TYPE Debug
> PARAVIEW_ENABLE_PYTHON ON
> VTK_USE_RPATH ON
>
> but when I try to run it I get the error:
> paraview: error while loading shared libraries: libpqComponents.so:
> cannot open shared object file: No such file or directory
>
> This file lies in the
> folder /usr/local/lib/paraview-3.3/libpqComponents.so and during make
> install it is also linked:
>
> Linking CXX shared library
> CMakeFiles/CMakeRelink.dir/libpqComponents.so
>
> How can I solve this problem? Any help is appreciated. I am using Suse
> 10.3 and python 2.5.
>
> Cheerz,
> Corinne
More information about the ParaView
mailing list