Hello, From the config.log you provided, I see the following: FAIL: tst_h_files ================= ./tst_h_files: error while loading shared libraries: libhdf5.so.101: cannot open shared object file: No such file or directory FAIL tst_h_files (exit status: 127) It appears that the `libhdf5.so.101` library is not in a standard location that the runtime library can find. You can change this by setting the LD_LIBRARY_PATH environmental variable to reflect the location of the library. For example, if it were in /usr/local/lib, you would set LD_LIBRARY_PATH=/usr/local/lib I hope this helps, have a great day, -Ward > Hello, > > > I need help to solve the following issue: > > > Making check in include > make[1]: Entering directory '/home/marcos/Documents/netcdf/include' > make[1]: Nothing to be done for 'check'. > make[1]: Leaving directory '/home/marcos/Documents/netcdf/include' > Making check in h5_test > make[1]: Entering directory '/home/marcos/Documents/netcdf/h5_test' > make tst_h_files tst_h_files2 tst_h_files4 tst_h_atts tst_h_atts3 > tst_h_atts4 tst_h_vars tst_h_vars2 tst_h_vars3 tst_h_grps tst_h_compounds > tst_h_compounds2 tst_h_wrt_cmp tst_h_rd_cmp tst_h_vl tst_h_opaques > tst_h_strings tst_h_strings1 tst_h_strings2 tst_h_ints tst_h_dimscales > tst_h_dimscales1 tst_h_dimscales2 tst_h_dimscales3 tst_h_enums > tst_h_dimscales4 > make[2]: Entering directory '/home/marcos/Documents/netcdf/h5_test' > make[2]: 'tst_h_files' is up to date. > make[2]: 'tst_h_files2' is up to date. > make[2]: 'tst_h_files4' is up to date. > make[2]: 'tst_h_atts' is up to date. > make[2]: 'tst_h_atts3' is up to date. > make[2]: 'tst_h_atts4' is up to date. > make[2]: 'tst_h_vars' is up to date. > make[2]: 'tst_h_vars2' is up to date. > make[2]: 'tst_h_vars3' is up to date. > make[2]: 'tst_h_grps' is up to date. > make[2]: 'tst_h_compounds' is up to date. > make[2]: 'tst_h_compounds2' is up to date. > make[2]: 'tst_h_wrt_cmp' is up to date. > make[2]: 'tst_h_rd_cmp' is up to date. > make[2]: 'tst_h_vl' is up to date. > make[2]: 'tst_h_opaques' is up to date. > make[2]: 'tst_h_strings' is up to date. > make[2]: 'tst_h_strings1' is up to date. > make[2]: 'tst_h_strings2' is up to date. > make[2]: 'tst_h_ints' is up to date. > make[2]: 'tst_h_dimscales' is up to date. > make[2]: 'tst_h_dimscales1' is up to date. > make[2]: 'tst_h_dimscales2' is up to date. > make[2]: 'tst_h_dimscales3' is up to date. > make[2]: 'tst_h_enums' is up to date. > make[2]: 'tst_h_dimscales4' is up to date. > make[2]: Leaving directory '/home/marcos/Documents/netcdf/h5_test' > make check-TESTS > make[2]: Entering directory '/home/marcos/Documents/netcdf/h5_test' > make[3]: Entering directory '/home/marcos/Documents/netcdf/h5_test' > FAIL: tst_h_files > FAIL: tst_h_files2 > FAIL: tst_h_files4 > FAIL: tst_h_atts > FAIL: tst_h_atts3 > FAIL: tst_h_atts4 > FAIL: tst_h_vars > FAIL: tst_h_vars2 > FAIL: tst_h_vars3 > FAIL: tst_h_grps > FAIL: tst_h_compounds > FAIL: tst_h_compounds2 > FAIL: tst_h_wrt_cmp > FAIL: tst_h_rd_cmp > FAIL: tst_h_vl > FAIL: tst_h_opaques > FAIL: tst_h_strings > FAIL: tst_h_strings1 > FAIL: tst_h_strings2 > FAIL: tst_h_ints > FAIL: tst_h_dimscales > FAIL: tst_h_dimscales1 > FAIL: tst_h_dimscales2 > FAIL: tst_h_dimscales3 > FAIL: tst_h_enums > FAIL: tst_h_dimscales4 > ============================================================================ > Testsuite summary for netCDF 4.5.0 > ============================================================================ > # TOTAL: 26 > # PASS: 0 > # SKIP: 0 > # XFAIL: 0 > # FAIL: 26 > # XPASS: 0 > # ERROR: 0 > ============================================================================ > See h5_test/test-suite.log > Please report to address@hidden > ============================================================================ > Makefile:1011: recipe for target 'test-suite.log' failed > make[3]: *** [test-suite.log] Error 1 > make[3]: Leaving directory '/home/marcos/Documents/netcdf/h5_test' > Makefile:1117: recipe for target 'check-TESTS' failed > make[2]: *** [check-TESTS] Error 2 > make[2]: Leaving directory '/home/marcos/Documents/netcdf/h5_test' > Makefile:1386: recipe for target 'check-am' failed > make[1]: *** [check-am] Error 2 > make[1]: Leaving directory '/home/marcos/Documents/netcdf/h5_test' > Makefile:702: recipe for target 'check-recursive' failed > make: *** [check-recursive] Error 1 > > > > __________________________________________________________________________ > > > Marcos VinÃcius GonÃalves da Silva > > > Graduando em CiÃncias e Tecnologia e CiÃncias BiolÃgicas na Universidade > Federal do ABC. > > Ticket Details =================== Ticket ID: BWN-427619 Department: Support netCDF Priority: Normal Status: Closed =================== NOTE: All email exchanges with Unidata User Support are recorded in the Unidata inquiry tracking system and then made publicly available through the web. If you do not want to have your interactions made available in this way, you must let us know in each email you send to us.
NOTE: All email exchanges with Unidata User Support are recorded in the Unidata inquiry tracking system and then made publicly available through the web. If you do not want to have your interactions made available in this way, you must let us know in each email you send to us.