Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repast HPC Manual Install Fails On Ubuntu 20.04 LTS #6

Open
tomsnowgb opened this issue Oct 16, 2021 · 3 comments
Open

Repast HPC Manual Install Fails On Ubuntu 20.04 LTS #6

tomsnowgb opened this issue Oct 16, 2021 · 3 comments

Comments

@tomsnowgb
Copy link

When installing requirement 5 netcdf with all previous requirements fulfilled the installation script throws the following error.

configure: error Can't find or link to the z library

I did not have this issue on WSL.

@ncollier
Copy link
Member

The install script included with the manual install configures with ./configure --disable-netcdf-4 so that should work. Can @tomsnowgb provide the relevant part of the config.log?

@tomsnowgb
Copy link
Author

Apologies for the slightly delayed response as have been working on another project.

I think both the below commands should be run with the ./configure the script on line 96 of the installer.

--disable-netcdf-4 --disable-dap

I will need to look into this some more to see if this was an issue with my setup or a more general issue before I propose a pull request.

Thanks

@ptheywood
Copy link

Installing zlib1g-dev via apt should resolve of z library not being found.

i.e.

apt-get install -y zlib1g-dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants