Centos
安裝 php-devel 5.5 CentOS 6 時出錯
我正在嘗試執行
pecl install couchbase
,但遇到了 php-devel 及其依賴項的問題。當我嘗試執行時
yum --enablerepo=remi-php55 install php-devel
,出現以下錯誤。我目前的 php 版本是 5.5.16。看起來我需要更新 gd 庫,但是當我執行時,yum check-update
我沒有在列表中看到 gd 庫。錯誤資訊:
Error: Package: php-gd-5.5.25-1.el6.remi.x86_64 (remi-php55) Requires: gd-last(x86-64) >= 2.1.1 Installed: gd-last-2.1.0-3.el6.remi.x86_64 (@remi) gd-last(x86-64) = 2.1.0-3.el6.remi
該軟體包
gd-last
位於remi
儲存庫中,但您禁用了它。您需要啟用儲存庫以從中安裝軟體包。