|
cannot find linux/module.h
i am using a fedora 8 distribution , when i tried to write a sample module and compile it for loading it dynamically into the kernel , it gave an error saying that there is no header as such : <linux/module.h>
i could not find the reason , .......
i have installed all the required RPMS , the list of kernel related RPMS installed are :
kernel-debug-2.6.23.1-42.fc8
kernel-2.6.23.1-42.fc8
kernel-headers-2.6.23.1-42.fc8
kernel-PAE-2.6.23.1-42.fc8
kernel-xen-devel-2.6.21-2950.fc8
kernel-PAE-devel-2.6.23.1-42.fc8
kernel-debug-devel-2.6.23.1-42.fc8
kernel-xen-2.6.21-2950.fc8
but i am still not able to get the header file /usr/include/linux/module.h .....
can anyone help me out ....?
|