我正在尝试使用MAMP版本2.1.3在OSX 10.8上安装PECL Oauth扩展。这个版本的MAMP有PHP 5.4.10和5.2.17,我已经将这些东西添加到5.2.17的include文件夹并运行./configure。虽然我去跑步时
cd /Applications/MAMP/bin/php/php5.2.17/bin; ./pecl install oauth
我得到了
downloading oauth-1.2.3.tgz ...
Could not download from "http://pecl.php.net/get/oauth-1.2.3.tgz", cannot download "pecl/oauth" (could not open /tmp/pear/install/oauth-1.2.3.tgz for writing)
Error: cannot download "pecl/oauth"
Download failed
install failed
现在我不是100%确定MAMP正在使用5.2.17版本的PHP,我已经在apache httpd.conf文件中更改了它,当我查看MAMP中的phpinfo页面时,它显示为使用版本5.2 .17所以我认为这不是问题。