Re: error while loading shared libraries: libhdf5.so.0

From: Carsten Frigaard <carsten.frigaard_at_gmail.com>
Date: Fri, 7 May 2010 10:34:23 +0200

Try

 declare -x LD_LIBRARY_PATH=/usr/lib/:$LD_LIBRARY_PATH

(basically /usr/lib should already be in the library path) or disable
the use of HDF5 in the "cluster.param" file like

  #OPT += -DHAVE_HDF5

.carsten

2010/5/6 Haijun Tian <hjtian2000_at_gmail.com>:
> Hi guys,
>
> After installing the gadget2, I tried to get started following users-guide,
> mpirun -m mpihost -np 4 ./Gadget2 parameterfiles/cluster.param
> but I always get the following errors:
>
> /home/hjtian/myworks/gadget2/Gadget-2.0.6/Gadget2/./Gadget2: error while
> loading shared libraries: libhdf5.so.0: cannot open shared object file: No
> such file or directory
>
> and then I used
> locate libhdf5.so.0
> find libhdf5.so.0 file locates in /usr/lib/libhdf5.so.0
> so I modified my .bashrc file to add the enviroment variable like following,
> export LD_LIBRARY_PATH=/usr/lib/libhdf5.so.0:$LD_LIBRARY_PATH
>
>
> and then
> source .bashrc
> to make sure the environment variable be effective.
>
> unfortunately, the above errors still exist. what is up? who can help me?
>
>
> Best wishes,
> Haijun
>
>
> -----------------------------------------------------------
>
> If you wish to unsubscribe from this mailing, send mail to
> minimalist_at_MPA-Garching.MPG.de with a subject of:  unsubscribe gadget-list
> A web-archive of this mailing list is available here:
> http://www.mpa-garching.mpg.de/gadget/gadget-list
>
>
Received on 2010-05-07 10:34:23

This archive was generated by hypermail 2.3.0 : 2023-01-10 10:01:31 CET