Installing Solr in a XAMPP server in a LINUX server

冷暖自知 提交于 2019-12-04 15:52:49

If you're using RHEL/Fedora/CentOS/Scientific linux then you need to install libxml2-devel

 yum install libxml2-devel

I could easily install PECL Solr via my systems package manager, probably this works for you as well. I found it very easy so probably worth to share (Fedora 14):

$ sudo yum install php-pecl-solr

A little later I got php-pecl-solr-0.9.11-1.fc14.x86_64 installed, the package's fedora homepage is here.


I could locate the libxml2 version with this command:

$ locate libxml2.so

probably this is helpful as well.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!