Hide Forgot
Description of problem: I just installed paraview and I have a missing dependency Version-Release number of selected component (if applicable): paraview-3.8.1-1.el6.2.x86_64 How reproducible: always Steps to Reproduce: 1. # yum install paraview-data 2. $ paraview Actual results: /usr/lib64/paraview/paraview: error while loading shared libraries: libhdf5.so.6: cannot open shared object file: No such file or directory Additional info: I tried to look for this library: # yum provides \*/libhdf5.so.6 hdf5-mpich2-1.8.5.patch1-5.el6.x86_64 : HDF5 mpich2 libraries Repo : epel Matched from: Filename : /usr/lib64/mpich2/lib/libhdf5.so.6 hdf5-openmpi-1.8.5.patch1-5.el6.x86_64 : HDF5 openmpi libraries Repo : epel Matched from: Filename : /usr/lib64/openmpi/lib/libhdf5.so.6 hdf5-1.8.5.patch1-5.el6.x86_64 : A general purpose library and file format for storing scientific data Repo : epel Matched from: Filename : /usr/lib64/libhdf5.so.6 hdf5-1.8.5.patch1-5.el6.i686 : A general purpose library and file format for storing scientific data Repo : epel Matched from: Filename : /usr/lib/libhdf5.so.6 hdf5-mpich2-1.8.5.patch1-5.el6.x86_64 : HDF5 mpich2 libraries Repo : installed Matched from: Filename : /usr/lib64/mpich2/lib/libhdf5.so.6 Even if at the installation hdf5-mpich2 is installed it does not work. I tried installing hdf5 and I have the same issue.
Please post output from: echo $LD_LIBRARY_PATH rpm -qf /usr/lib64/libhdf5.so.6 which paraview Please attach paraview.strace from: strace -fo paraview.strace /usr/bin/paraview You may need to install strace (yum install strace).