On Fri, 31 Jan 2020 09:36:52 -0600
parspes <[email protected]> wrote:

> The error message provided by the anti-virus vendor's package
> basically states that the kernel module cannot be compiled for kernel
> x.x.x.x as the kernel headers or the kernel source for kernel x.x.x.x
> are not installed. Thanks!

If the kernel for which you have headers isn't installed, go here,
https://koji.fedoraproject.org/koji/packageinfo?packageID=8
and get the binary kernel packages for the kernel and install them,
dnf -C install [kernel packages].

At that point, you can reboot into the kernel that matches the headers
and build your package.  It has a hard requirement for the match.
Alternatively, you could edit the make file and change the check on
kernel to be a > rather than an =.  That is, allow the package to build
with kernel versions greater than the header version.
_______________________________________________
kernel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]

Reply via email to