"H5Pset_szip(): Filter present but encoding is disabled."

Failed to configure zlib, szip and hdf using cmake
but got it done using configure

However, now I am running into the problem with the error above...
22: HDF5-DIAG: Error detected in HDF5 (1.8.9) thread 0:
22: #000: H5Pdcpl.c line 1189 in H5Pset_szip(): Filter present but
encoding is disabled.
22: major: Data filters
22: minor: Filter present but encoding disabled
22: E..4096
22: ...test
22: HDF5-DIAG: Error detected in HDF5 (1.8.9) thread 0:
22: #000: H5Pdcpl.c line 1189 in H5Pset_szip(): Filter present but
encoding is disabled.
22: major: Data filters
22: minor: Filter present but encoding disabled
22: .E

Suggestions highly welcome!

Thank you

···

--
Witold Eryk Wolski

Triemlistrasse 155
8047 Zuerich

It looks like your SZIP library was configured with --disable-encoding.
If that option is specified when configuring, then the SZIP library will
not include the SZIP encoder, just the decoder. (You will not be able to
create HDF5 datasets that are SZIP compressed.)

The INSTALL file in the SZIP source code has more details.

-Barbara

···

Failed to configure zlib, szip and hdf using cmake
but got it done using configure

However, now I am running into the problem with the error above...
22: HDF5-DIAG: Error detected in HDF5 (1.8.9) thread 0:
22: #000: H5Pdcpl.c line 1189 in H5Pset_szip(): Filter present but
encoding is disabled.
22: major: Data filters
22: minor: Filter present but encoding disabled
22: E..4096
22: ...test
22: HDF5-DIAG: Error detected in HDF5 (1.8.9) thread 0:
22: #000: H5Pdcpl.c line 1189 in H5Pset_szip(): Filter present but
encoding is disabled.
22: major: Data filters
22: minor: Filter present but encoding disabled
22: .E

Suggestions highly welcome!

Thank you

--
Barbara L. Jones
bljones@hdfgroup.org