rumpkernel / rumprun

The Rumprun unikernel and toolchain for various platforms
Other
1.14k stars 128 forks source link

Zlib not found on Fedora 28 #125

Closed pshem closed 6 years ago

pshem commented 6 years ago

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 commented 6 years ago

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