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

Zlib not found on Fedora 28 #125

Closed
pshem opened this issue Sep 16, 2018 · 1 comment
Closed

Zlib not found on Fedora 28 #125

pshem opened this issue Sep 16, 2018 · 1 comment

Comments

@pshem
Copy link

pshem commented Sep 16, 2018

I was following the build guide from https://github.com/rumpkernel/wiki/wiki/Repo:-rumprun

Trying to build rumprun gets me:

$ ./build-rr.sh hw
>>
>> NOTICE: Not a buildrump.sh-based git repo in <redacted>/rumprun/src-netbsd
>> Cannot verify repository version.  Proceeding ...
>>
>> ERROR:
>> Host zlib (libz, -lz) required, please install one!

This is despite zlib being already installed: (Src-netbsd contains a bunch of folders and a Makefile, as I'd expect after cloning it by initialising submodules)

sudo dnf install zlib
[sudo] password for student: 
Last metadata expiration check: 3:14:36 ago on Sat 15 Sep 2018 14:56:59 BST.
Package zlib-1.2.11-8.fc28.x86_64 is already installed, skipping.
Dependencies resolved.
Nothing to do.
Complete!

Am I missing something?

@pshem
Copy link
Author

pshem commented Sep 21, 2018

On Ubuntu 18.04 you need zlib1g-dev, on Fedora 28 you need zlib-devel.

@pshem pshem closed this as completed Sep 21, 2018
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

1 participant