我遇到了尝试使用 pecl 扩展安装 solr 的错误。我读过这个:
- 尝试安装 pecl Solr 扩展,但它需要 curl(服务器故障)
我在 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
有其他解决方法吗?