make check failed when install HDF5

When I install Hdf5 on my server, I did the following steps.

./configure --with-zlib=${ZDIR} --prefix=${H5DIR} --eanble-hl
make check

Then the make check reports the following errors:

make[2]: `testabort_fail.sh' is up to date.
make[2]: `test_filter_plugin.sh' is up to date.
make[2]: Leaving directory `/soa01/home/wangsz/local/src/hdf5-1.10.5/test'
make  check-TESTS
make[2]: Entering directory `/soa01/home/wangsz/local/src/hdf5-1.10.5/test'
make[3]: Entering directory `/soa01/home/wangsz/local/src/hdf5-1.10.5/test'
===Serial tests in test begin Tue Apr  9 07:12:02 CST 2019===
make[4]: Entering directory `/soa01/home/wangsz/local/src/hdf5-1.10.5/test'
============================
Testing  testhdf5 
============================
 testhdf5  Test Log
============================
0.21user 3.35system 0:04.27elapsed 83%CPU (0avgtext+0avgdata 127760maxresident)k
0inputs+4072outputs (0major+20761minor)pagefaults 0swaps
make[4]: *** [testhdf5.chkexe_] Error 1
make[4]: Leaving directory `/soa01/home/wangsz/local/src/hdf5-1.10.5/test'
make[3]: *** [build-check-s] Error 2
make[3]: Leaving directory `/soa01/home/wangsz/local/src/hdf5-1.10.5/test'
make[2]: *** [test] Error 2
make[2]: Leaving directory `/soa01/home/wangsz/local/src/hdf5-1.10.5/test'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/soa01/home/wangsz/local/src/hdf5-1.10.5/test'
make: *** [check-recursive] Error 1

I don’t know where goes wrong. Any ideas or suggestions are appreciated.
Thanks.
Shizhu

Hey Wangsz

I am getting the same error at the time of check make.
Have you found any solution of this problem?