Mysql Compiling Problem

Trying to compile mysql-3.23.53 everytime I compile I get this error:

libmysql.c: In function `mysql_real_connect':
libmysql.c:1324: warning: passing arg 5 of `gethostbyname_r' from incompatible pointer type
libmysql.c:1324: too few arguments to function `gethostbyname_r'
libmysql.c:1324: warning: assignment makes pointer from integer without a cast
make[2]: *** [libmysql.lo] Error 1
make[2]: Leaving directory `/usr/local/src/mysql-3.23.53/libmysql'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/mysql-3.23.53'
make: *** [all-recursive-am] Error 2


Been searching google, but too no avail. Any help would be greatly appreciated.

 

 

 

 

Top