Good advice (not to do it) BUT continuing anyway:
I think I can see my problem:
[root@storm2 ~]# uname -r
2.6.9-67.0.7.EL
[root@storm2 ~]# rpm -q kernel
kernel-2.6.9-67.0.1.EL
kernel-2.6.9-67.0.7.EL
[root@storm2 ~]# rpm -q kernel-devel
kernel-devel-2.6.9-67.0.15.EL
[root@storm2 ~]#
SO: I am running 0.7.EL
I have installed 0.1.EL and 0.7.EL
BUT my kernel-devel is 0.15.EL
Checking in /lib/modules/2.6.9-67.0.15.EL has a directory build which I think indicates that kernel-devel is there.
Since I can't load kernel-devel-2.6.9-67.0.7.EL, it can't find it,
Should I update the kernel to 0.15.EL (yum install kernel--2.6.9-67.0.15.EL is that correct),
or is there a better answer.
I am learing slowly, thanks for your help.
Chris.