Bug 747882 - error while loading shared libraries: libhdf5.so.6 [NEEDINFO]
Summary: error while loading shared libraries: libhdf5.so.6
Keywords:
Status: CLOSED INSUFFICIENT_DATA
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: paraview
Version: el6
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Orion Poplawski
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-10-21 09:04 UTC by Fabien Archambault
Modified: 2013-10-10 03:38 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-10-10 03:38:58 UTC
Type: ---
orion: needinfo? (marbolangos)


Attachments (Terms of Use)

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).


Note You need to log in before you can comment on or make changes to this bug.