用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指令找下就好