<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Ed Morrison wrote:
<blockquote
 cite="mid1108595257.6333.1.camel@whited.northcentralcounties.org"
 type="cite">
  <blockquote type="cite">
    <pre wrap="">Because you haven't got the correct kernel-source installed.  What is
the output of 'rpm -q --all | grep kernel'?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
[root@whited root]# rpm -q --all | grep kernel
kernel-pcmcia-cs-3.1.31-13
kernel-2.4.21-15.EL
kernel-utils-2.4-8.37.6
kernel-2.4.21-20.0.1.EL
kernel-2.4.21-20.EL
kernel-2.4.21-15.0.3.EL


  </pre>
</blockquote>
Ed, you need to install the kernel source package for your running
kernel.&nbsp; Try this:&nbsp; "yum install kernel-source-`uname -r`"<br>
<br>
-Sean<br>
</body>
</html>