さくらVPSにPHPをインストールしました。
# yum -y install php php-mbstring php-mysql php-gd Loaded plugins: fastestmirror, security Loading mirror speeds from cached hostfile * base: ftp.nara.wide.ad.jp * epel: ftp.kddilabs.jp * extras: ftp.nara.wide.ad.jp * updates: ftp.nara.wide.ad.jp Setting up Install Process Resolving Dependencies --> Running transaction check ---> Package php.x86_64 0:5.3.3-27.el6_5 will be installed --> Processing Dependency: php-common(x86-64) = 5.3.3-27.el6_5 for package: php-5.3.3-27.el6_5.x86_64 --> Processing Dependency: php-cli(x86-64) = 5.3.3-27.el6_5 for package: php-5.3.3-27.el6_5.x86_64 ---> Package php-gd.x86_64 0:5.3.3-27.el6_5 will be installed --> Processing Dependency: libXpm.so.4()(64bit) for package: php-gd-5.3.3-27.el6_5.x86_64 ---> Package php-mbstring.x86_64 0:5.3.3-27.el6_5 will be installed ---> Package php-mysql.x86_64 0:5.3.3-27.el6_5 will be installed --> Processing Dependency: php-pdo(x86-64) for package: php-mysql-5.3.3-27.el6_5.x86_64 --> Running transaction check ---> Package libXpm.x86_64 0:3.5.10-2.el6 will be installed ---> Package php-cli.x86_64 0:5.3.3-27.el6_5 will be installed ---> Package php-common.x86_64 0:5.3.3-27.el6_5 will be installed ---> Package php-pdo.x86_64 0:5.3.3-27.el6_5 will be installed --> Finished Dependency Resolution Dependencies Resolved ================================================================================ Package Arch Version Repository Size ================================================================================ Installing: php x86_64 5.3.3-27.el6_5 updates 1.1 M php-gd x86_64 5.3.3-27.el6_5 updates 107 k php-mbstring x86_64 5.3.3-27.el6_5 updates 455 k php-mysql x86_64 5.3.3-27.el6_5 updates 81 k Installing for dependencies: libXpm x86_64 3.5.10-2.el6 base 51 k php-cli x86_64 5.3.3-27.el6_5 updates 2.2 M php-common x86_64 5.3.3-27.el6_5 updates 525 k php-pdo x86_64 5.3.3-27.el6_5 updates 75 k Transaction Summary ================================================================================ Install 8 Package(s) Total download size: 4.6 M Installed size: 16 M Downloading Packages: (1/8): libXpm-3.5.10-2.el6.x86_64.rpm | 51 kB 00:00 (2/8): php-5.3.3-27.el6_5.x86_64.rpm | 1.1 MB 00:04 (3/8): php-cli-5.3.3-27.el6_5.x86_64.rpm | 2.2 MB 00:09 (4/8): php-common-5.3.3-27.el6_5.x86_64.rpm | 525 kB 00:02 (5/8): php-gd-5.3.3-27.el6_5.x86_64.rpm | 107 kB 00:00 (6/8): php-mbstring-5.3.3-27.el6_5.x86_64.rpm | 455 kB 00:01 (7/8): php-mysql-5.3.3-27.el6_5.x86_64.rpm | 81 kB 00:00 (8/8): php-pdo-5.3.3-27.el6_5.x86_64.rpm | 75 kB 00:00 -------------------------------------------------------------------------------- Total 58 kB/s | 4.6 MB 01:20 Running rpm_check_debug Running Transaction Test Transaction Test Succeeded Running Transaction Installing : php-common-5.3.3-27.el6_5.x86_64 1/8 Installing : php-pdo-5.3.3-27.el6_5.x86_64 2/8 Installing : php-cli-5.3.3-27.el6_5.x86_64 3/8 Installing : libXpm-3.5.10-2.el6.x86_64 4/8 Installing : php-gd-5.3.3-27.el6_5.x86_64 5/8 Installing : php-5.3.3-27.el6_5.x86_64 6/8 Installing : php-mysql-5.3.3-27.el6_5.x86_64 7/8 Installing : php-mbstring-5.3.3-27.el6_5.x86_64 8/8 Verifying : php-pdo-5.3.3-27.el6_5.x86_64 1/8 Verifying : php-cli-5.3.3-27.el6_5.x86_64 2/8 Verifying : php-5.3.3-27.el6_5.x86_64 3/8 Verifying : php-gd-5.3.3-27.el6_5.x86_64 4/8 Verifying : libXpm-3.5.10-2.el6.x86_64 5/8 Verifying : php-common-5.3.3-27.el6_5.x86_64 6/8 Verifying : php-mbstring-5.3.3-27.el6_5.x86_64 7/8 Verifying : php-mysql-5.3.3-27.el6_5.x86_64 8/8 Installed: php.x86_64 0:5.3.3-27.el6_5 php-gd.x86_64 0:5.3.3-27.el6_5 php-mbstring.x86_64 0:5.3.3-27.el6_5 php-mysql.x86_64 0:5.3.3-27.el6_5 Dependency Installed: libXpm.x86_64 0:3.5.10-2.el6 php-cli.x86_64 0:5.3.3-27.el6_5 php-common.x86_64 0:5.3.3-27.el6_5 php-pdo.x86_64 0:5.3.3-27.el6_5 Complete! |
当然ですがインストール成功です。