php mysql library_源码编译php出现mysql library version or lib not found 的解决办法

在源码编译php时,出现如下问题checkingwhethertoenableembeddedMySQLisupport...nocheckingformysql_set_server_optionin-lmysqlclient...noconfigure:error:wrongmysqllibraryversi...

在源码编译php时,出现如下问题

checking whether to enable embedded MySQLi support... no

checking for mysql_set_server_option in -lmysqlclient... no

configure: error: wrong mysql library version or lib not found. Check config.log for more information.

如果你是用源码包编译安装的mysql,同时又用安装包安装了mysql-devel,这时你就得检查一下你的编译参数了:

--with-mysqli=/usr/local/mysql/bin/mysql_config

本人一开始设置的路径是mysql源码安装的路径,结果一直报上面这个错误,在折腾了两个多小时后想到用find查找一下“mysql_config”这个文件,查找结果如下:

[root@localhost lib]# find / -name "mysql_config"

/etc/alternatives/mysql_config

/var/lib/alternatives/mysql_config

/usr/bin/mysql_config

/usr/lib64/mysql/mysql_config

/usr/local/mysql/bin/mysql_config

/home/zhou/tarsource/mysql-5.5.28/scripts/mysql_config

于是将--with-mysqli的路径改为:

--with-mysqli = /usr/bin/mysql_config

编译通过。

展开

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值