Displaying 1 result from an estimated 1 matches for "nbfb5pzz".
2011 Mar 25
1
Can't build PHP 5.3.6 with MySQL 5.5.10 on CentOS-4
...read.h:107: error: syntax error
before '}' token
/usr/include/mysql/mysql/psi/mysql_thread.h: In function
`inline_mysql_rwlock_init':
/usr/include/mysql/mysql/psi/mysql_thread.h:683: error: dereferencing
pointer to incomplete type/
Full build log is available at: http://pastebin.com/NBfB5PzZ
This only happens on CentOS-4 with GCC 3.4.6, I can build PHP 5.3.6 with
5.5.10 in CentOS-5 without problems.
Also, there is no problem building with MySQL 5.5.8 and previous
versions. The problem **only occurs with MySQL 5.5.9 or MySQL 5.5.10**
and any PHP version on C4.
Anyone knows how to...