If you run the following do you get a more extensive error message?
using Pkg
Pkg.precompile()
My suspicion is that LD_PRELOAD or LD_LIBRARY_PATH environment variables may be set causing Julia to load a libhdf5.so that it is not compatible with.
If you run the following do you get a more extensive error message?
using Pkg
Pkg.precompile()
My suspicion is that LD_PRELOAD or LD_LIBRARY_PATH environment variables may be set causing Julia to load a libhdf5.so that it is not compatible with.