Dreamhost アカウントで SSH を使用しています。
pear 経由で HTTP_Request2 PHP ライブラリをインストールする必要があります
pear install HTTP_Request2
次のエラーが発生します
pear/HTTP_Request2 requires PEAR Installer (version >= 1.9.2), installed version is 1.9.1
ここに出力があります pear -V
PEAR Version: 1.9.1
Dreamhost サーバーを強制的にアップグレードしてみました
pear upgrade --force http://pear.php.net/get/PEAR-1.9.2
そしてさえpear install PEAR-1.9.4
しかし、これは次のようにエラーになります:pear/PEAR is already installed and is the same as the released version 1.9.4
install failed
誰もが同様の問題を経験していますか?