Project

General

Profile

cdo: error while loading shared libraries: libhdf5.so.311

Added by ep gupal 12 days ago

As far as I know hdf5 does not provide libhdf5.so.311. How can I fix this problem?


Replies (5)

RE: cdo: error while loading shared libraries: libhdf5.so.311 - Added by ep gupal 12 days ago

I meant that current hdf5 version (1.14.5) does not provide libhdf5.so.311, but libhdf5.so.310.5.

RE: cdo: error while loading shared libraries: libhdf5.so.311 - Added by Estanislao Gavilan 12 days ago

Hi ep gupal,

it seems you are having some incompatibility issues. Those are usually produced because you have two hdf5 versions in your computer. You need to be more specific with this problem. How and where did you install cdo?

RE: cdo: error while loading shared libraries: libhdf5.so.311 - Added by ep gupal 12 days ago

I am only using HDF5-1.14.5, and here is how I configured the CDO 2.4.4 build.

CC=mpicc CXX=mpic++
./configure --prefix=/user --with-netcdf=/usr --with-udunits2=/usr --with-hdf5=/usr --with-szlib=/usr --with-proj=/usr --with-fftw3

RE: cdo: error while loading shared libraries: libhdf5.so.311 - Added by ep gupal 12 days ago

netcdf-c is also built on top of HDF5-1.14.5.

RE: cdo: error while loading shared libraries: libhdf5.so.311 - Added by Estanislao Gavilan 12 days ago

Did you check if you computer has another hdf5 version? or if any of the required cdo libraries were build with other hdf5? cdo needs several libraries to be built. if any of those has a different hdf5 version, you will have problems.

    (1-5/5)