3

我遇到了尝试使用 pecl 扩展安装 solr 的错误。我读过这个:

我在 centos 6 服务器上使用 php 5.3.3。

两次我都遇到同样的问题:

pecl install -n solr-beta or pecl install -n solr or pear install pecl/solr

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

checking for cURL in default path... not found
configure: error: Please reinstall the libcurl distribution -
    easy.h should be in <curl-dir>/include/curl/
ERROR: `/var/tmp/solr/configure --enable-solr=yes --enable-solr-debug=no --with-curl=/usr --with-libxml-dir=/usr' failed

有其他解决方法吗?

4

2 回答 2

12

我有同样的问题,我只需要做的是:

sudo apt-get install libcurl4-gnutls-dev libxml2-dev

并重新安装它。

字体:链接

于 2012-06-21T09:50:35.483 回答
0

您链接的解决方案仅在您实际将 curl 作为模块安装时才有效 - 如果您现在没有这样做并重试。

于 2012-06-09T16:32:19.410 回答