Hi: After I have successfully installed PHP 4.06 then I want to upgrade my MySQL 3.23.37 to 3.23.39 using source method. After downloading and tar, Then I type "./configure --prefix=/usr/local/mysql" <-- It's OK During make process.Error occurs.Here's some warning message: In file included from /usr/include/linux/rhconfig.h:13, from /usr/include/linux/autoconf.h:1, from /usr/include/linux/config.h:4, from /usr/include/asm/atomic.h:4, from ../include/global.h:203, from bfill.c:15: /boot/kernel.h:2:10: warning: extra tokens at end of #ifndef directive /boot/kernel.h:12:10: warning: ISO C requires whitespace after the macro name /boot/kernel.h:19:10: warning: extra tokens at end of #ifndef directive This message has repeatedly appear for more times during make.Finally make progress interrupt. So would anyone know what's the problem and how to solve it ?Is it related to mysql support during configure PHP installing (--with-mysql=/usr/local/mysql) Or we must install mysql and then PHP (There's a ordering of installation? MySQL then PHP) Thx -- PHP Install 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]