是否可以将PECL扩展添加到lampp堆栈中?如果是这样,怎么办呢?
我对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就无法完成?这甚至可以用一个灯泡堆栈,还是我现在必须建立自己的?
有什么想法吗?
答案 0 :(得分:0)
请参阅PHP: Installation of PECL extensions。
另请参阅SOLR扩展模块的要求:http://docs.php.net/solr.requirements