Please install the kernel headers Print

  • 0

Error message: Please install the kernel headers for your operating system.

Fix: You can either upgrade the kernel for the sever and reboot or you can use KernelCare to upgrade the kernel without a reboot.

  1. Upgrade the kernel manually:

    yum erase kernel-devel -y
    rpm -i kernel-devel-x.xxx.x.rpm (Replace x.xxx.x.rpm with the correct version).
    serverbackup-setup --get-module
  2. If that doesn't work you can install the headers here:
    yum install kernel-devel kernel-headers

Was this answer helpful?

« Back