How to install zfs utilities when building OpenZFS from source? #18306
Unanswered
montanaviking
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I attempted to build OpenZFS version 2.4.1 from source and install it on my system:
Ubuntu 22.04
Kernel: 5.15.0-171-generic
I followed the instructions on https://openzfs.github.io/openzfs-docs/Developer%20Resources/Building%20ZFS.html
$cd ./zfs # my zfs source directory
$ sh autogen.sh
$ ./configure
$ make native-deb
While this zfs install works for the kernel module ZFS, It did not install the zfs utilities.
I'm stumped and your help is welcome.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions