Skip to content

Instantly share code, notes, and snippets.

@TomAugspurger
Created March 8, 2013 21:55
Show Gist options
  • Save TomAugspurger/5120215 to your computer and use it in GitHub Desktop.
Save TomAugspurger/5120215 to your computer and use it in GitHub Desktop.
HDF5 error
Warning! ***HDF5 library version mismatched error***
The HDF5 header files used to compile this application do not match
the version used by the HDF5 library to which this application is linked.
Data corruption or segmentation faults may occur if the application continues.
This can happen when an application was compiled by one version of HDF5 but
linked with a different version of static or shared HDF5 library.
You should recompile the application or check your shared library related
settings such as 'LD_LIBRARY_PATH'.
You can, at your own risk, disable this warning by setting the environment
variable 'HDF5_DISABLE_VERSION_CHECK' to a value of '1'.
Setting it to 2 or higher will suppress the warning messages totally.
Headers are 1.8.9, library is 1.8.10
SUMMARY OF THE HDF5 CONFIGURATION
=================================
General Information:
-------------------
HDF5 Version: 1.8.10-patch1
Configured on: Fri Mar 8 10:30:01 CST 2013
Configured by: tom@dhcp80fff577.biz.uiowa.edu
Configure mode: production
Host system: i386-apple-darwin12.2.0
Uname information: Darwin dhcp80fff577.biz.uiowa.edu 12.2.0 Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64 x86_64
Byte sex: little-endian
Libraries:
Installation point: /usr/local/Cellar/hdf5/1.8.10-patch1
Compiling Options:
------------------
Compilation Mode: production
C Compiler: /usr/local/Library/ENV/4.3/cc
CFLAGS:
H5_CFLAGS:
AM_CFLAGS:
CPPFLAGS:
H5_CPPFLAGS: -DNDEBUG -UH5_DEBUG_API
AM_CPPFLAGS: -I/usr/local/include
Shared C Library: yes
Static C Library: yes
Statically Linked Executables: no
LDFLAGS:
H5_LDFLAGS:
AM_LDFLAGS: -L/usr/local/lib
Extra libraries: -lsz -lz -lm
Archiver: ar
Ranlib: ranlib
Debugged Packages:
API Tracing: no
Languages:
----------
Fortran: no
C++: no
Features:
---------
Parallel HDF5: no
High Level library: yes
Threadsafety: no
Default API Mapping: v18
With Deprecated Public Symbols: yes
I/O filters (external): deflate(zlib),szip(encoder)
I/O filters (internal): shuffle,fletcher32,nbit,scaleoffset
MPE: no
Direct VFD: no
dmalloc: no
Clear file buffers before write: yes
Using memory checker: no
Function Stack Tracing: no
GPFS: no
Strict File Format Checks: no
Optimization Instrumentation: no
Large File Support (LFS): yes
Bye...
Abort trap: 6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment