Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2001072

Re: [PHP] Re: HELP Getting error when compiling PHP From: Yasuo Ohgaki (yohgaki <email protected>)
Date: 07/30/01

"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>