さくらVPSにpear::Services_Amazonをインストールする
以下のようにして、さくらVPSにpear::Services_Amazonをインストールしました。
[php]
$ sudo pear install XML_Util
pear/XML_Util is already installed and is the same as the released version 1.2.3
install failed
$ sudo pear install XML_Parser
WARNING: “pear/XML_Parser” is deprecated in favor of “pear/XML_Parser2”
downloading XML_Parser-1.3.4.tgz …
Starting to download XML_Parser-1.3.4.tgz (16,040 bytes)
……done: 16,040 bytes
install ok: channel://pear.php.net/XML_Parser-1.3.4
$ sudo pear install XML_Serializer-0.20.2
WARNING: “pear/XML_Parser” is deprecated in favor of “pear/XML_Parser2”
downloading XML_Serializer-0.20.2.tgz …
Starting to download XML_Serializer-0.20.2.tgz (35,634 bytes)
………done: 35,634 bytes
install ok: channel://pear.php.net/XML_Serializer-0.20.2
$ sudo pear install Net_URL
WARNING: “pear/Net_URL” is deprecated in favor of “pear/Net_URL2”
downloading Net_URL-1.0.15.tgz …
Starting to download Net_URL-1.0.15.tgz (6,303 bytes)
…..done: 6,303 bytes
install ok: channel://pear.php.net/Net_URL-1.0.15
$ sudo pear install Net_Socket
downloading Net_Socket-1.0.14.tgz …
Starting to download Net_Socket-1.0.14.tgz (5,600 bytes)
…..done: 5,600 bytes
install ok: channel://pear.php.net/Net_Socket-1.0.14
$ sudo pear install HTTP_Request
WARNING: “pear/HTTP_Request” is deprecated in favor of “pear/HTTP_Request2”
WARNING: “pear/Net_URL” is deprecated in favor of “pear/Net_URL2”
downloading HTTP_Request-1.4.4.tgz …
Starting to download HTTP_Request-1.4.4.tgz (17,109 bytes)
……done: 17,109 bytes
install ok: channel://pear.php.net/HTTP_Request-1.4.4
$ sudo pear install Services_Amazon-0.9.0
WARNING: “pear/HTTP_Request” is deprecated in favor of “pear/HTTP_Request2”
Did not download optional dependencies: pear/Cache, use –alldeps to download automatically
pear/Services_Amazon can optionally use package “pear/Cache”
downloading Services_Amazon-0.9.0.tgz …
Starting to download Services_Amazon-0.9.0.tgz (18,504 bytes)
……done: 18,504 bytes
install ok: channel://pear.php.net/Services_Amazon-0.9.0
[/php]