PHP5.3をインストールするときの追加作業
事前準備として以下のコマンドを実行
yum install php53-devel
yum install libmcrypt-devel
サイトからソースを取得して展開する
wget http://mx2.php.net/get/php-5.3.3.tar.bz2/from/us3.php.net/mirrortar
tar xvjf php-5.3.3.tar.bz2
ディレクトリを移動しコマンドを実行
cd php-5.3.3/ext/mcrypt/
phpize
aclocal
./configure
make
上記が終了したらインストールを実行する
make install
インストール後エディターなどで設定ファイルを作成する
vi /etc/php.d/mcrypt.ini
extension=mcrypt.so
最後にapacheを再起動する
/etc/rc.d/init.d/httpd restart
古いカーネルの整理
package-cleanup –oldkernels