我正在尝试安装pecl_http扩展名。我安装了梨,pecl,autoconf&然后我尝试通过以下命令安装pecl_http(作为2.5.5版本的pecl_http与PHP 5.5.31兼容)。
sudo pecl install pecl_http-2.5.5
但我发现以下几个错误:
configure: error: Please install pecl/raphf and activate extension=raphf.so in your php.ini
ERROR: `/private/tmp/pear/install/pecl_http/configure --with-php-config=/usr/bin/php-config --with-http-zlib-dir=/usr --with-http-libcurl-dir=/usr --with-http-libevent-dir=/usr --with-http-libidn-dir=/usr' failed
所以我运行以下(因为1.1.2版本的raphf与PHP 5.5.31兼容)
sudo pecl install raphf-1.1.2
但其显示错误如下:
Installing '/usr/include/php/ext/raphf/php_raphf.h'
ERROR: failed to mkdir /usr/include/php/ext/raphf
有没有人有类似的经历?请建议我使用PHP 5.5.31在MAC OS X el capitan上安装pecl_http时需要遵循的步骤。
提前致谢。