When installing the netcdf the following error occurs using the installation script.
configure: error: Can't find or link to the z library. Turn off netCDF-4 and opendap with --disable-netcdf-4 --disable-dap, or see config.log for errors.
Any help massively appreciated.
Check if
libhdf5-devis installed withdpkg -L libhdf5-dev. If it isn't try installing it with withapt-get install libhdf5-devand running the netcdf installation again.