|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-06-03 20:33 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 23:00:01 2025 UTC |
Running MySQL 3.23.31 on RH 6.2 kernel 2.2.16 apache 1.3.14 Configuration: ./configure --with-mysql --with-apxs --with-imap --with-pgsql --enable-ftp --enable-exif --with-gd Posts these warnings during compile: In file included from mysql.h:55, from libmysql.c:14: mysql_version.h:15: warning: `MYSQL_UNIX_ADDR' redefined /home/php-4.0.5/main/php_config.h:1369: warning: this is the location of the previous definition In file included from mysql.h:55, from net.c:18: mysql_version.h:15: warning: `MYSQL_UNIX_ADDR' redefined /home/php-4.0.5/main/php_config.h:1369: warning: this is the location of the previous definition In file included from mysql.h:55, from password.c:27: mysql_version.h:15: warning: `MYSQL_UNIX_ADDR' redefined /home/php-4.0.5/main/php_config.h:1369: warning: this is the location of the previous definition In file included from /home/jpetrovs/php-4.0.5/ext/mysql/libmysql/mysql.h:55, from php_mysql.c:57: /home/php-4.0.5/ext/mysql/libmysql/mysql_version.h:15: warning: `MYSQL_UNIX_ADDR' redefined /home/php-4.0.5/TSRM/../main/php_config.h:1369: warning: this is the location of the previous definition -------------------------- After doing a Make Install I can't attach to MySQL databases. I revert back to the 4.04pl (compliled the same way) and all is well.