pecl install solr-beta
我收到此错误:
pecl / solr需要PHP扩展“curl”
找不到有效的包裹
安装失败
事情已经安装了curl,当我查看我的PHPinfo页面时似乎启用了它.
解决方法 从 http://pecl.php.net/bugs/bug.php?id=17012&edit=1中提到的,pecl不识别没有静态编译成PHP的PHP模块.因此,如果您使用任何共享库,pecl将忽略它们.Pecl也忽略了你的PHP.ini.
The good news is there are still two easy ways to install this if you
have curl as a shared extension:1) pear install pecl/solr
2) pecl install -n solr
那应该安装solr PHP模块.您必须通过修改PHP.ini文件来包含solr.so库.
总结以上是内存溢出为你收集整理的试图安装pecl Solr扩展,但它需要卷曲全部内容,希望文章能够帮你解决试图安装pecl Solr扩展,但它需要卷曲所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)