我一直在尝试安装HTML_QuickForm2。我运行了命令sudo pear install HTML_QuickForm2。不幸的是,它给我的错误是:
WARNING: failed to download pear.php.net/HTML_QuickForm2-, additionally the suggested version () is the same as the locally installed one.
install failed当我检查usr/share/php/和usr/share/php/PEAR时,我没有看到HTML_QuickForm2安装在这个位置。所以,我重试了,但得到了相同的错误。另外,我最近安装了PEAR,在PEAR的php.ini中有什么需要配置的吗?
附言:我使用的是Ubuntu 14.04操作系统。
发布于 2015-02-11 01:37:16
我也在Ubuntu14.04上,只是用sudo pear install HTML_QuickForm2-2.0.2安装的
/usr/share/php/HTML/QuickForm2https://stackoverflow.com/questions/28437977
复制相似问题