Date: 10/28/00
- Next message: jamie.php <email protected>: "[PHP-DEV] PHP 4.0 Bug #7502: Objects getting deleted in session"
- Previous message: Young, Christopher (HQP): "[PHP-DEV] RE: [Cvale-tech] here is the best one"
- Next in thread: mrobinso <email protected>: "[PHP-DEV] PHP 4.0 Bug #7490 Updated: MYSQL_UNIX_ADDR warnings"
- Maybe reply: mrobinso <email protected>: "[PHP-DEV] PHP 4.0 Bug #7490 Updated: MYSQL_UNIX_ADDR warnings"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ID: 7490
Updated by: mrobinso
Reported By: mrobinso <email protected>
Status: Open
Bug Type: MySQL related
Assigned To:
Comments:
Confirming, in snapshot php4-200010270545, mysql support
is broken.
Nothing in the apache error logs, no segfaults or
anything, just any script conecting to mysql fails.
Reverting to 4.0.3pl1 fixes this.
Previous Comments:
---------------------------------------------------------------------------
[2000-10-27 06:30:10] mrobinso <email protected>
When ./configure'd with --with-mysql ..."make" warns:
from libmysql.c:14:
mysql_version.h:14:41: warning: "MYSQL_UNIX_ADDR" redefined
/usr/src/php4-200010261145/php_config.h:1321:1: warning: this is the location of the previous definition
/bin/sh /usr/src/php4-200010261145/libtool --silent --mode=compile gcc -I. -I/usr/src/php4-200010261145/ext/mysql/libmysql -I/usr/src/php4-200010261145 -I/usr/src/php4-200010261145/main -I/usr/include/apache -I/usr/src/php4-200010261145/Zend -I/usr/src/php4-200010261145 -I/usr/local/include -I/usr/include/freetype -I/usr/src/php4-200010261145/ext/mysql/libmysql -I/usr/src/php4-200010261145/ext/xml/expat/xmltok -I/usr/src/php4-200010261145/ext/xml/expat/xmlparse -I/usr/src/php4-200010261145/TSRM -DEAPI -DEAPI -DXML_BYTE_ORDER=12 -g -O2 -c errmsg.c
/bin/sh /usr/src/php4-200010261145/libtool --silent --mode=compile gcc -I. -I/usr/src/php4-200010261145/ext/mysql/libmysql -I/usr/src/php4-200010261145 -I/usr/src/php4-200010261145/main -I/usr/include/apache -I/usr/src/php4-200010261145/Zend -I/usr/src/php4-200010261145 -I/usr/local/include -I/usr/include/freetype -I/usr/src/php4-200010261145/ext/mysql/libmysql -I/usr/src/php4-200010261145/ext/xml/expat/xmltok -I/usr/src/php4-200010261145/ext/xml/expat/xmlparse -I/usr/src/php4-200010261145/TSRM -DEAPI -DEAPI -DXML_BYTE_ORDER=12 -g -O2 -c net.c
In file included from mysql.h:53,
from net.c:18:
mysql_version.h:14:41: warning: "MYSQL_UNIX_ADDR" redefined
/usr/src/php4-200010261145/php_config.h:1321:1: warning: this is the location of the previous definition
/bin/sh /usr/src/php4-200010261145/libtool --silent --mode=compile gcc -I. -I/usr/src/php4-200010261145/ext/mysql/libmysql -I/usr/src/php4-200010261145 -I/usr/src/php4-200010261145/main -I/usr/include/apache -I/usr/src/php4-200010261145/Zend -I/usr/src/php4-200010261145 -I/usr/local/include -I/usr/include/freetype -I/usr/src/php4-200010261145/ext/mysql/libmysql -I/usr/src/php4-200010261145/ext/xml/expat/xmltok -I/usr/src/php4-200010261145/ext/xml/expat/xmlparse -I/usr/src/php4-200010261145/TSRM -DEAPI -DEAPI -DXML_BYTE_ORDER=12 -g -O2 -c violite.c
/bin/sh /usr/src/php4-200010261145/libtool --silent --mode=compile gcc -I. -I/usr/src/php4-200010261145/ext/mysql/libmysql -I/usr/src/php4-200010261145 -I/usr/src/php4-200010261145/main -I/usr/include/apache -I/usr/src/php4-200010261145/Zend -I/usr/src/php4-200010261145 -I/usr/local/include -I/usr/include/freetype -I/usr/src/php4-200010261145/ext/mysql/libmysql -I/usr/src/php4-200010261145/ext/xml/expat/xmltok -I/usr/src/php4-200010261145/ext/xml/expat/xmlparse -I/usr/src/php4-200010261145/TSRM -DEAPI -DEAPI -DXML_BYTE_ORDER=12 -g -O2 -c password.c
In file included from mysql.h:53,
from password.c:27:
mysql_version.h:14:41: warning: "MYSQL_UNIX_ADDR" redefined
/usr/src/php4-200010261145/php_config.h:1321:1: warning: this is the location of the previous definition
...and a little later on....
from php_mysql.c:57:
/usr/src/php4-200010261145/ext/mysql/libmysql/mysql_version.h:14:41: warning: "MYSQL_UNIX_ADDR" redefined
/usr/src/php4-200010261145/php_config.h:1321:1: warning: this is the location of the previous definition
/bin/sh /usr/src/php4-200010261145/libtool --silent --mode=link gcc -I. -I/usr/src/php4-200010261145/ext/mysql -I/usr/src/php4-200010261145 -I/usr/src/php4-200010261145/main -I/usr/include/apache -I
---------------------------------------------------------------------------
Full Bug description available at: http://bugs.php.net/?id=7490
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: jamie.php <email protected>: "[PHP-DEV] PHP 4.0 Bug #7502: Objects getting deleted in session"
- Previous message: Young, Christopher (HQP): "[PHP-DEV] RE: [Cvale-tech] here is the best one"
- Next in thread: mrobinso <email protected>: "[PHP-DEV] PHP 4.0 Bug #7490 Updated: MYSQL_UNIX_ADDR warnings"
- Maybe reply: mrobinso <email protected>: "[PHP-DEV] PHP 4.0 Bug #7490 Updated: MYSQL_UNIX_ADDR warnings"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

