11月4

Note that the MySQL client library is not bundled anymore!

| |
11:10Linux  

今天在编译PHP5.2.6的时候过程中,提示:

configure: error: Cannot find libmysqlclient_r under /usr/local/mysql.
Note that the MySQL client library is not bundled anymore!

可能是由于mysql的库不完全,后来在网上搜了N+X小时以后,偶然间发现一贴,情况和我的一样。
后有人回复说要确认mysql-devel是否安装了,我想了一下,系统我就装了mysql和mysql-server,马上rpm查了一下mysql-devel,果然没有安装,安装mysql-server,重新再编译,OK!

阅读(2402) | 评论(0) | 引用(0)