PHP Solr安装不起作用

时间:2012-06-09 15:37:45

标签: php solr centos pecl centos6

我遇到了尝试使用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

还有其他解决办法吗?

2 个答案:

答案 0 :(得分:12)

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

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

然后重新安装。

字体:link

答案 1 :(得分:0)

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