php编译的时候出现这样的情况,怎么处理啊?网上这样的资料极少,我解决不了。
ext/mysql/.libs/php_mysql.o(.text+0x211c): In function `zif_mysql_create_db':
/php-5.2.2/ext/mysql/php_mysql.c:1162: undefined reference to `mysql_create_db'
ext/mysql/.libs/php_mysql.o(.text+0x232b): In function `zif_mysql_drop_db':
/php-5.2.2/ext/mysql/php_mysql.c:1201: undefined reference to `mysql_drop_db'