I have updated the system but there seems to be an inconsistence in the running kernel and the devel kernel headers.
When I try to make:
[root@NAS01 ixgbe-5.12.5]# cd src
[root@NAS01 src]# make install
common.mk:82: *** Kernel header files not in any of the expected locations.
common.mk:83: *** Install the appropriate kernel development package, e.g.
common.mk:84: *** kernel-devel, for building kernel modules and try again. Stop.
Here's a transcript that shows the issue:
[root@NAS01 kernels]# rpm -qa --queryformat "%{NAME}-%{VERSION}-%{RELEASE}(%{ARCH})\n" | grep glibc
glibc-langpack-en-2.28-189.5.0.1.el8_6(x86_64)
glibc-headers-2.28-189.5.0.1.el8_6(x86_64)
glibc-gconv-extra-2.28-189.5.0.1.el8_6(x86_64)
glibc-2.28-189.5.0.1.el8_6(x86_64)
glibc-devel-2.28-189.5.0.1.el8_6(x86_64)
glibc-common-2.28-189.5.0.1.el8_6(x86_64)
[root@NAS01 kernels]# uname -r
5.4.17-2136.312.3.4.el8uek.x86_64
[root@NAS01 kernels]# dnf install kernel-devel
Last metadata expiration check: 1:39:17 ago on Mon 07 Nov 2022 08:11:20 PM EST.
Package kernel-devel-4.18.0-372.32.1.0.1.el8_6.x86_64 is already installed.
Dependencies resolved.
Nothing to do.
Complete!
Any ideas?