最近因为工作需要要使用PHP 7,所以从网上找教程进行安装, 结果编译没问题, 安装的时候报了错误。错误如下123cp -pR -f phar.phar /usr/local/php7/bin/pharcp: cannot stat 'phar.phar': No such file or directorymake: *** [install-pharcmd] Error 1解决方法很简单:1find . -name 'phar.phar'