是否可以将 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 就无法完成?这甚至可以通过lampp堆栈实现,还是我现在必须自己构建?
有任何想法吗?