ID: 16116 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: Compile Failure Operating System: Linux PHP Version: 4.1.2 New Comment:
IIRC, this was fixed in CVS a long time ago. Could you please try the PHP 4.2.0RC1 from: http://www.php.net/~derick/ and if that doesn't work either, test the latest CVS snapshot from http://snaps.php.net/ Previous Comments: ------------------------------------------------------------------------ [2002-03-16 16:43:45] [EMAIL PROTECTED] If you compile mysql with a specific .sock location, and then compile php with your local mysql libraries, php tries to redefine MYSQL_UNIX_ADDR. The problem lies in php_config.h. Basically, #define MYSQL_UNIX_ADDR "/var/run/mysql/mysql.sock" (that path probably isn't right, I already changed it on mine) should be #ifndef MYSQL_UNIX_ADDR #define MYSQL_UNIX_ADDR "/var/run/mysql/mysql.sock" #endif But I don't know how to fix whatever needs to be fixed so that this php_config.h, which seems to be a generated file, is generated like that. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=16116&edit=1