Results 1 to 2 of 2
I'm trying to build a driver module against my kernel.
The script requires me to have the kernel-headers in /usr/src/linux or make a symbolic link to that from where the ...
- 05-27-2009 #1
[SOLVED] centos 5 kernel-headers location?
I'm trying to build a driver module against my kernel.
The script requires me to have the kernel-headers in /usr/src/linux or make a symbolic link to that from where the headers are located.
if I do yum list kernel-headers, it says it's already installed for my kernel version.
where can I find them in Centos 5?
- 05-27-2009 #2
I solved it on my own, I had to install kernel-devel, yum only installed the latest, had to hunt down my version on google.


