> Jani Taskinen wrote: > > Your build stuff (gcc 3.1 installation done wrong?) is shitnitz. > > Hm, how come everything else works fine? >
this seems to be a problem with the MySQL build, not ours - they need to wrap their MYSQL_UNIX_ADDR definition around an #ifndef so if a previous configure does define it, it won't get redefined and cause warnings. + +#ifndef MYSQL_UNIX_ADDR #define MYSQL_UNIX_ADDR "/tmp/mysql.sock" +#endif in mysql/mysql_version.h (libmysql) should do it. -- james -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php