02-27-2008 05:29 AM
02-27-2008 09:24 AM
Which kernel are you currently running? You can find this by running "uname -r". Additionally which kernels do you have installed? You can check this by running something like "rpm -qa | grep kernel" which will show you all installed rpms that have "kernel" in the name. The key here is that you need to have a matching kernel-<version>.rpm and a kernel-devel-<version>.rpm installed and be running that kernel usually by selecting the proper grub menu entry when you boot the machine. The easiest way to do this should be to run:
@mngolo wrote:
************************************ ERROR *************************************
* Kernel source does not appear to be installed for the 2.6.23.1-42.fc8 kernel.
* Installation of the kernel-source package for kernel 2.6.23.1-42.fc8 is
* required to continue this installation.
************************************ ERROR *************************************
i try this "yum install kernel-devel 2.6.23.1-42.fc8 " to solve the matter, but i have an error that i cant go around which is this:
Transaction Check Error:
package kernel-devel-2.6.23.15-137.fc8 (which is newer than kernel-devel-2.6.23.1-42.fc8) is already installed
05-28-2008 08:42 AM