我无法安装mongo,因为pecl因此错误而失败:
ERROR : phpize failed
我在互联网上读到,如果没有正确安装php-devel,phpize会失败。 所以我尝试安装php-devel。但是osx上唯一可用的方法似乎是macports。 所以我安装了macports并启动:
sudo port install php5-devel
Error: php5-devel has been made obsolete by the port php5. Please install php5 instead.
Error: org.macports.configure for port php5-devel returned: obsolete port
我有php 5.4.14版本,但我发现macport安装了php-devel for 5.3版本,因此存在上一个错误。
但是如何在osx上安装mongo等php-devel?在linux上,我看到yum集成了这个功能。但在osx上我发现了什么! :'(
php-devel工具的功能是什么? 我看到它存在php5-devel工具。我必须安装php-devel,php5-devel或两者?!
谢谢! :P