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 に答える