Replies: 1 comment 1 reply
-
The problem is you need headers somewhere that match your kernel version, not that it's picking the wrong version - for reasons I don't understand, people here seem to think picking a random kernel header that seems vaguely similar in version if it can't find the right one is a feature. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to learn zfs so I compile and build it in WSL distro. But I exec the
modprobe zfs
failed.The issue information is throwed in microsoft/WSL#10128. In short, I find the build and
extra
dir depends on theLINUX_VERSION
argument.The kernel.m4 generate this argument. But I don't really understand the configuration.
And the
makefile
file shows this.The log from the command of
make install
is shown below.So I want to ask how this argument corresponds to
5.15.0-72-generic
and fix this issue fromWSL
.Beta Was this translation helpful? Give feedback.
All reactions