大変申し訳ありません。
増強したサーバーでphp-gdがご利用いただけない状態でした。
そこで慌ててインストールした訳ですが、実はPHPをバージョンアップしているので普通にインストールするとエラーとなります。
yum -y install php-gd でインストールすると・・・
Loaded plugins: downloadonly, fastestmirror, priorities
Loading mirror speeds from cached hostfile
* base: rsync.atworks.co.jp
* epel: ftp.kddilabs.jp
* extras: rsync.atworks.co.jp
* rpmforge: ftp-stud.fht-esslingen.de
* updates: rsync.atworks.co.jp
368 packages excluded due to repository priority protections
Setting up Install Process
Resolving Dependencies
–> Running transaction check
—> Package php-gd.x86_64 0:5.1.6-27.el5_7.4 set to be updated
–> Processing Dependency: php-common = 5.1.6-27.el5_7.4 for package: php-gd
–> Finished Dependency Resolution php-gd-5.1.6-27.el5_7.4.x86_64 from updates has depsolving problems
–> Missing Dependency: php-common = 5.1.6-27.el5_7.4 is needed by package php-gd-5.1.6-27.el5_7.4.x86_64 (updates)
Error: Missing Dependency: php-common = 5.1.6-27.el5_7.4 is needed by package php-gd-5.1.6-27.el5_7.4.x86_64 (updates)
You could try using –skip-broken to work around the problem
You could try running: package-cleanup –problems
package-cleanup –dupes
rpm -Va –nofiles –nodigest
The program package-cleanup is found in the yum-utils package.
というエラーが出てインストール失敗。
そこで、PHPをバージョンアップした際のリポジトリを使用。
yum --enablerepo=remi -y install php-gd でインストールすると無事完了。