Satish Eerpini wrote: > yes the kernel headers for this version of the kernel i am using are > installed , ... i have the following RPMS installed so that should be > all i need to install ........ > > > > kernel-devel-2.6.23.1-42.fc8 > kernel-headers-2.6.23.1-42.fc8 > kernel-2.6.23.1-42.fc8 > > > i am still not able to figure out the problem >
Maybe you can find where the header is and include that path in your gcc options or create a link to the header at the location where gcc looks for it (check your makefile). If the header did not get installed, then you can try uninstalling and reinstalling the kernel-headers package.

