Has anyone been able to get Beta PHP 5.0.0 to install on Solaris 8 running MySQL v4.1?
The errors I'm getting are on the configure:
checking for MSSQL support via FreeTDS... no
checking for MySQL support... yes
checking for specified location of the MySQL UNIX socket... no
checking for MySQL UNIX socket location... no
checking for mysql_close in -lmysqlclient... no
checking for mysql_error in -lmysqlclient... no
configure: error: mysql configure failed. Please check config.log for more information.
==========
config.log
#line 47477 "configure"
#include "confdefs.h"
/ Override any gcc2 internal prototype to avoid an error. /
/ We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. /
char mysql_error();
int main() {
mysql_error()
; return 0; }