"Richard Kurth" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hello Yasuo,
>
> How can I tell if I am missing header files before I go and replace
> them
I don't know which distoribution/kernel you are using. Anyway, you should be
able to query if you have been installed kernel-header packages by your package
manager.
For rpm, "rpm -qa | grep kernel" and see if there is package name like
"kernel-header-*". You should have /usr/include/linux and /usr/include/asm at
least, if kernel headers are installed.
If you're compiled kernel by yourself, you may need to make a sym link/copy
header by yourself.
Regards,
--
Yasuo Ohgaki
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]