php编译错误Note that the MySQL client library is not bundled anymore!

Note that the MySQL client library is not bundled anymore!

解决方法。

1. 查看系统有没有安装mysql header

find / -name mysql.h

如果有。请指定--with-mysql=/跟正常路径。

如果没有。请看下一步。

2.redhat安装

rpm -ivh MySQL-devel-community-5.1.33-0.rhel5.i386.rpm

3.最后一步php的配置选项添加--with-mysql=/usr即可!

上一篇:统计s="hello alex alex hello haiyan cc haiyan com"中每个单词的个数


下一篇:浅谈测试驱动开发(TDD)