0

PHPから電子メールの添付ファイルにアクセスするためにクラスを使用する必要があるため、Mail_Mbox-0.6.3パッケージをインストールしようとしています。

ただし、新しいパッケージマネージャーを使用してインストールしようとすると、エラーが発生し続けます。

php pyrus.phar install pear/Mail_Mbox-0.6.3

以下を返します

Using PEAR installation found at pear2
Downloading pear.php.net/Mail_Mbox

Connected...

PEAR2\Pyrus\Package\Exception: Invalid abstract package pear.php.net/Mail_Mbox
PEAR2\Pyrus\HTTPException: Download of http://pear.php.net/get/Mail_Mbox-0.6.3.phar failed, file does not exist
PEAR2\Pyrus\Package\Exception: Could not download from "http://pear.php.net/get/Mail_Mbox-0.6.3.tgz"
PEAR2\Pyrus\Package\Exception: Unable to save package Mail_Mbox-0.6.3.tgz to downloads directory, pear2/downloads. Do we have permission to write there?

何か案は?

4

1 に答える 1

0

私のために働く:

$ php pyrus.phar install pear/mail_mbox-alpha
Pyrus version 2.0.0a4 SHA-1: 72271D92C3AA1FA96DF9606CD538868544609A52
Using PEAR installation found at /home/christian.weiske/php/phpfarm/inst/php-5.3.3/pear
Downloading pear.php.net/Mail_Mbox
Mime-type: application/octet-stream
Installed pear.php.net/Mail_Mbox-0.6.3
于 2012-03-29T09:18:15.273 に答える