我现在真的陷入了困境。在运行“pear install HTTP”时,我的服务器重新启动了,当一切恢复正常后,我继续工作,然后……
$sudo pear install HTTP
ERROR: The default config file is not a valid config file or is corrupted.
$sudo pear list
ERROR: The default config file is not a valid config file or is corrupted.
$sudo pear
ERROR: The default config file is not a valid config file or is corrupted.
我尝试 aptitude purge php-pear,甚至删除 /usr/share/php/ 上的所有内容并再次安装 php-pear,但错误仍然存在。
哎呀...发生什么事了?
答案1
在装有 MAMP 的 Mac 上出现此错误。对于我来说,删除 .../MAMP/bin/php/php5.3.6/conf/pear.conf 有帮助。
答案2
删除主目录中的 .pearrc 应该可以解决这个问题。——感谢上帝。