Bug 747882

Summary: error while loading shared libraries: libhdf5.so.6
Product: [Fedora] Fedora EPEL Reporter: Fabien Archambault <marbolangos>
Component: paraviewAssignee: Orion Poplawski <orion>
Status: CLOSED INSUFFICIENT_DATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: el6CC: orion, pertusus
Target Milestone: ---Flags: orion: needinfo? (marbolangos)
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-10-10 03:38:58 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Fabien Archambault 2011-10-21 09:04:48 UTC
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.

Comment 1 Orion Poplawski 2011-10-21 17:55:16 UTC
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).