OS X安装libcurl / Solr安装

时间:2014-12-16 09:41:58

标签: php curl solr

我在OS X Yosemite上安装了PHP的默认Apache服务器,安装了pear,用brew(brew install solr)安装了Solr,现在我正在尝试使用PECL安装PHP的Solr扩展

pecl install solr

这给了我错误

configure: error: Please reinstall the libcurl distribution -
    easy.h should be in <curl-dir>/include/curl/
ERROR: `/private/tmp/pear/install/solr/configure --enable-solr-debug=no --with-curl=/usr --with-libxml-dir=/usr' failed

但是,终端中可以使用curl命令。在安装过程中询问时我是否给出了错误的路径

Enable Solr Debugging (Compiles solr in debug mode) [no] : 
libcURL install prefix [/usr] : 
libxml2 install prefix [/usr] : 

如果是的话,我该如何找到合适的路径?或者我是否需要再次安装curl,如果是,那么最好的方法是什么?我可以使用自制软件吗?

我可能会遇到与libxml2相同的问题,不是吗?

谢谢你们!

1 个答案:

答案 0 :(得分:4)

通过安装OS X开发人员工具解决了这个问题。

您可以通过终端执行

Yield_pct

我希望这可以帮助有同样问题的人!