[Klug-general] Re: Please Help

Chris Wigzell chris at wigzells.ndo.co.uk
Wed Jan 25 23:15:18 GMT 2006


I am using Kernel 2.6.11.
Thanks for the information, from everyone. I will study them- 
particularly Stuarts - and have a go.
Chris

Stuart Brand wrote:

>Hi
>
>What kernel are you using?
>
>You should not use raw kernel headers, you should download the the headers
>for you kernel from the Linux-Libc-Headers Project, find your headers and
>install them as follows.
>
>Unzip the Tarball and cd to directory
>
>Install the header files:
>cp -Rv include/asm-i386 /usr/include/asm
>cp -Rv include/linux /usr/include
>
>Ensure that all the headers are owned by root:
>chown -Rv root:root /usr/include/{asm,linux}
>
>Make sure the users can read the headers:
>find /usr/include/{asm,linux} -type d -exec chmod -v 755 {} \;
>find /usr/include/{asm,linux} -type f -exec chmod -v 644 {} \;
>
>Then your headers will be located in /usr/include
>
>Have Fun!
>
>Stuart
>--------------------------------
>http://www.server-solution.co.uk
>
>_______________________________________________
>Kent mailing list
>Kent at mailman.lug.org.uk
>http://mailman.lug.org.uk/mailman/listinfo/kent
>
>
>  
>



More information about the Kent mailing list