Repast HPC Not Installing correctly on UBUNTU

114 Views Asked by At

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.

1

There are 1 best solutions below

0
hpd On

Check if libhdf5-dev is installed with dpkg -L libhdf5-dev. If it isn't try installing it with with apt-get install libhdf5-dev and running the netcdf installation again.