php-install Digest 24 Jun 2001 08:13:43 -0000 Issue 332 Topics (messages 3319 through 3320): PhpDEV 3319 by: Brett Shaw Compile MySQL 3.23.39 problem after installing PHP 4.06 3320 by: Tom Cheung Administrivia: To subscribe to the digest, e-mail: [EMAIL PROTECTED] To unsubscribe from the digest, e-mail: [EMAIL PROTECTED] To post to the list, e-mail: [EMAIL PROTECTED] ----------------------------------------------------------------------
www.oosha.com/phpdev/index.php3 Ive had some great response to the site but not as much as id hoped if you have any ideas please email them to me and ill implement them -- [EMAIL PROTECTED] [EMAIL PROTECTED]
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