jinzhao-disk icon indicating copy to clipboard operation
jinzhao-disk copied to clipboard

Unable to locate package zlibc when installing the kernel module

Open StanPlatinum opened this issue 1 year ago • 1 comments

The readme in kernel-module indicates that the following dependencies should be installed for building the dm-jindisk kernel module.

sudo apt install dpkg-dev libncurses5-dev openssl libssl-dev build-essential pkg-config libc6-dev libc6-dev flex libelf-dev zlibc minizip libidn11-dev libidn11-dev bison dwarves

But, the zlibc cannot be located on Ubuntu 22.04.

Actually, we don't need zlibc to build the kernel module. I have tested it without the zlibc support many times. Can we remove it?

StanPlatinum avatar Apr 17 '23 09:04 StanPlatinum