【发布时间】:2015-07-22 10:47:08
【问题描述】:
在http://xdebug.org/docs/install 我读到:
Installing with PEAR/PECL is as easy as:
# pecl install xdebug
当我尝试这个时,我得到了错误:
$ pecl install xdebug
bash: pecl: command not found
再试一次,从包含 pecl 的文件夹中:
cd /Applications/MAMP/bin/php/php5.5.3/bin/
bash-3.2$ ./pecl install xdebug
No releases available for package "pecl.php.net/xdebug"
install failed
但是访问pecl.php.net/xdebug会重定向到http://pecl.php.net/package/xdebug,这表明该包明显存在。
我还能尝试什么?
【问题讨论】:
标签: installation xdebug pecl