noshi’s diary

ゲームの事、映画やドラマ、思いついた事、プログラミングの事、雑記的なことを書いています

mail_queueがインストールできない?(・_・;)

mail_queueをサーバーにインストールしたところ、次のようなログ。

Unknown remote channel: pear.phpdb.org WARNING: "pear/DB" is deprecated in favor of "pear/MDB2" Unknown remote channel: pear.phpdb.org WARNING: "pear/MDB" is deprecated in favor of "pear/MDB2" pear/Mail_Queue can optionally use package "channel://pear.phpdb.org/creole" pear/Mail_Queue can optionally use package "channel://pear.phpdb.org/jargon" downloading Mail_Queue-1.2.7.tgz ... Starting to download Mail_Queue-1.2.7.tgz (21,949 bytes) ........done: 21,949 bytes downloading MDB-1.3.0.tgz ... Starting to download MDB-1.3.0.tgz (218,957 bytes) ...done: 218,957 bytes XML error: not well-formed (invalid token) at line 62 Download of "pear/MDB" succeeded, but it is not a valid package archive Error: cannot download "pear/MDB" install ok: channel://pear.php.net/Mail_Queue-1.2.7 0

最後の方に、Errorが出ているものの、install okと出ていますが、require_once("Mail/Queue.php")のファイルもうまく読み込めていないようで、次のようなエラーを吐いています。

failed to open stream: No such file or directory Failed opening required 'Mail/Queue.php'

pearMailを使った送信は普通にできているのに。もう少し調べてみる。