用yum升级的php,安装扩展是找不到php-config文件?
用yum升级的php,安装扩展是找不到php-config文件?
一般在环境安装目录下的/etc/config-php
先找下有没有 php-congig (我的是在/usr/local/bin/php-config
下的,没有的话可以通过find
找下),有的话编译的时候加上--with-php-config=path/to/php-config
,没有的话需要执行:yum install php-devel
(这个没有验证过,我安装的都有的)
find / -name php-config find命令查找下就好