mysql header files_编译php时提示“Cannot find MySQL header files”的解决方法

由于系统中被别人已经用rpm包安装过mysql了

在编译php时参数如下:

/configure --prefix=/usr/local/php5 --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql --enable-soap --with-gd --enable-sockets --enable-mbstring --disable-ipv6 --enable-exif --with-zlib --with-curl -with-curlwrappers --enable-calendar --with-gettext --enable-gd-native-ttf --enable-zend-multibyte --with-bz2  --with-jpeg-dir --with-png-dir --with-freetype-dir --with-iconv-dir --with-libxml-dir  --with-snmp

错误时候提示:

configure: error: Cannot find MySQL header files under yes.

Note that the MySQL client library is not bundled anymore.

这是由于安装mysql时没有安装mysql头文件,或者是路径指定不正确,php找不到mysql的头文件引起的错误提示。

解决方法。

1、 查看你的系统有没有安装mysql header

[root@server php-5.2.13] # find / -name mysql.h

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

如果没有。请看下一步。

2、[root@server php-5.2.13]# rpm -qa |grep mysql-devel //没有

3、 [root@server php-5.2.13] rpm -ivh -devel-4.1.12-1.i386.rpm

4、在重复上面的参数即可;

下面是另外一个网友的方法:可以参考:

php的配置文件中有一行--with-mysql=/usr。安装的时候提示:

configure: error: Cannot find MySQL header files under yes.

Note that the MySQL client library is not bundled anymore.

这是由于安装mysql时没有安装mysql头文件,或者是路径指定不正确,php找不到mysql的头文件引起的错误提示。

解决方法。

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

find / -name mysql.h

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

如果没有。请看下一步。

2.redhat安装

rpm -ivh MySQL-devel-4.1.12-1.i386.rpm

3.debian安装

apt-get install libmysqlclient15-dev

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

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值