On May 30, 2011, at 2:51 PM, chunsong wrote:

> Excuse me, but when I follow
> https://doc.php.net/php/dochowto/article.thequicky.exceptions.environment.php
> to install pear, It generate this error msg like follows:
> ----------------------
> [chunsong@forcekind-dx phpdoc]$ pear install doc.php.net/phd
> No releases available for package "doc.php.net/phd"
> install failed
> ---------------------

Strange, this works for me (although I usually use 'pear install phpdocs/PhD'). 
Maybe the problem is related to our newish SSL based channel which now requires 
an SSL enabled PHP to work. Yesterday we talked about changing this requirement 
to be optional but we haven't done so yet.  Or maybe it's an unfortunate case 
sensitivity problem? Doubtful.

Regardless, what do the following commands output?

 $ pear clear-cache
 $ pear channel-discover doc.php.net
 $ pear list-all -c doc.php.net

If nothing useful, then what about the pear/php version?

 $ pear version

PHP 5.3.0+ is required.  I'm not sure what happens when trying a lesser version 
but I think it bails out.

> I've tryed to install phd by svn , too, But it can't succeed either
> it gave out these messages:
<snip>

Strange, but let's debug the above first before getting to this.  My guess is 
we have a bug somewhere that needs to be fixed.

Regards,
Philip

Reply via email to