PECL拡張機能をランプスタックに追加することは可能ですか?もしそうなら、それはどのように行うことができますか?
特にhttp://www.php.net/manual/en/book.solr.php拡張機能に興味があります。
編集:以下を使用してこの拡張機能をインストールする場合:
/opt/lampp/bin/pecl install -f solr
最後を除いて、すべてが正常に進むように継ぎ目があります。
checking for cURL support... yes, shared
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: `/tmp/pear/temp/solr/configure --enable-solr=yes --enable-solr-debug=no --with-curl=/opt/lampp/bin --with-libxml-dir=/usr' failed
私が理解していることから、これは、インストールで「opt / lampp/bin」として指定した正しいカールの場所を見つける必要があることを意味するはずです。
これは、別のcurlパッケージを使用してphpを再コンパイルしないと実行できないことを意味しますか?これはランプスタックでも可能ですか、それとも自分で作成する必要がありますか?
何か案は?