configure: error: Cannot find MySQL header files _PHP_编程开发_程序员俱乐部

中国优秀的程序员网站程序员频道CXYCLUB技术地图
热搜:
更多>>
 
您所在的位置: 程序员俱乐部 > 编程开发 > PHP > configure: error: Cannot find MySQL header files

configure: error: Cannot find MySQL header files

 2012/3/2 10:00:17  275553385  程序员俱乐部  我要评论(0)
  • 摘要:编译PHP时提示:configure:error:CannotfindMySQLheaderfiles。找不到mysql的头文件。机器上的mysql的安装centos的时候自带的。需要yum安装mysql-devel。yuminstallmysql-devel.然后在php编译的configure中添加--with-mysql=/usr。
  • 标签:file files header can not SQL MySQL
编译PHP时提示:configure: error: Cannot find MySQL header files
找不到mysql的头文件。机器上的mysql的安装centos的时候自带的。

需要yum安装mysql-devel。
yum install mysql-devel
.
然后在php编译的configure中添加
--with-mysql=/usr
发表评论
用户名: 匿名