我遇到了尝试使用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
还有其他解决办法吗?
您链接的解决方案只有在您实际将curl作为模块安装时才有效 - 如果您现在没有这样做并再试一次。