VPS YUMの再インストール YUMの動きがおかしく、検索してもうまく表示されなかったので再インストールしてみました。まず、CentOSのバージョンを確認します。# cat /etc/redhat-releaseCentOS release 5.11 (Final)次に... 2015.10.12 VPS
VPS PHP5.6をソースからインストール # cd /usr/src# wget # tar xvzf php-5.6.14.tar.gz# cd php-5.6.14# ./configure --enable-mbstring --with-pgsql=/usr/local/p... 2015.10.12 VPS
VPS YUMでパッケージを検索 yumでPHPのパッケージを検索する# yum list php*# yum search php================================= Matched: php ========================... 2015.10.12 VPS
VPS PHPの削除 PHPのアップデートに当たり旧バージョンのPHPを削除します。# yum list installed | grep phpatomic-php55-php-common.x86_64 5.5.29-29.el5.art installed... 2015.10.12 VPS