Friday, April 30, 2010

php に SOAP をインストール

レンタル仮想サーバ CentOS の php に SOAP をインストール
これで、動けばありがたいのだが、、、。

[root@majin-z ~]# yum install php-soap
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* addons: mirrors.versaweb.com
* base: mirrors.versaweb.com
* extras: mirror.its.uidaho.edu
* updates: mirror.hosef.org
addons | 951 B 00:00
base | 2.1 kB 00:00
extras | 2.1 kB 00:00
updates | 1.9 kB 00:00
Setting up Install Process
Resolving Dependencies
There are unfinished transactions remaining. You might consider running yum-complete-transaction first to finish them.
The program yum-complete-transaction is found in the yum-utils package.
--> Running transaction check
---> Package php-soap.i386 0:5.1.6-24.el5_4.5 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

===================================================================================================================
Package Arch Version Repository Size
===================================================================================================================
Installing:
php-soap i386 5.1.6-24.el5_4.5 updates 136 k

Transaction Summary
===================================================================================================================
Install 1 Package(s)
Update 0 Package(s)
Remove 0 Package(s)

Total download size: 136 k
Is this ok [y/N]: y
Downloading Packages:
php-soap-5.1.6-24.el5_4.5.i386.rpm | 136 kB 00:03
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Installing : php-soap 1/1

Installed:
php-soap.i386 0:5.1.6-24.el5_4.5

Complete!
[root@majin-z ~]#

[root@majin-z ~]# yum install libxml2
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* addons: mirrors.versaweb.com
* base: mirrors.versaweb.com
* extras: mirror.its.uidaho.edu
* updates: mirror.hosef.org
addons | 951 B 00:00
base | 2.1 kB 00:00
extras | 2.1 kB 00:00
updates | 1.9 kB 00:00
Setting up Install Process
Resolving Dependencies
There are unfinished transactions remaining. You might consider running yum-complete-transaction first to finish them.
The program yum-complete-transaction is found in the yum-utils package.
--> Running transaction check
---> Package libxml2.i386 0:2.6.26-2.1.2.8 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

===================================================================================================================
Package Arch Version Repository Size
===================================================================================================================
Updating:
libxml2 i386 2.6.26-2.1.2.8 base 795 k

Transaction Summary
===================================================================================================================
Install 0 Package(s)
Update 1 Package(s)
Remove 0 Package(s)

Total size: 795 k
Is this ok [y/N]: y
Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Updating : libxml2 1/2
Cleanup : libxml2 2/2

Updated:
libxml2.i386 0:2.6.26-2.1.2.8

Complete!
[root@majin-z ~]# service httpd restart
Stopping httpd: [ OK ]
Starting httpd: [ OK ]
[root@majin-z ~]#

No comments:

Post a Comment