我運行到嘗試安裝solr與pecl擴展的錯誤。我讀過這一個:PHP Solr安裝不起作用
我使用PHP 5.3.3一個CentOS 6服務器上。
並且這兩個時間,我得到了同樣的問題:
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
是否有另定爲這?
*另一個*修復?你的修補程序是什麼?你甚至安裝了libcurl嗎?哪個ssl層是你的libcurl使用? – hakre
http://stackoverflow.com/questions/2332133/how-to-add-curl-support-to-php-5-in-centos – aitchnyu
Curl已安裝。我使用curl通過Postmarkapp發送我的電子郵件。那不是問題。問題出現在他們使用不同的設置?我通過從谷歌回購下載solr-php-client並使用它做了一項工作。但它解決了pecl的實際問題。 –