php-general | 2001072
Date: 07/30/01
- Next message: Gabriele Biondo: "Re: [PHP] Need for dox..."
- Previous message: Adam: "[PHP] splitting a string in half"
- In reply to: Richard Kurth: "Re: [PHP] Re: HELP Getting error when compiling PHP"
- Next in thread: Richard Kurth: "[PHP] HELP Getting error when compiling PHP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"Richard Kurth" <rkurth <email protected>> wrote in message
news:19119924486.20010730020409 <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: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Gabriele Biondo: "Re: [PHP] Need for dox..."
- Previous message: Adam: "[PHP] splitting a string in half"
- In reply to: Richard Kurth: "Re: [PHP] Re: HELP Getting error when compiling PHP"
- Next in thread: Richard Kurth: "[PHP] HELP Getting error when compiling PHP"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

