2017年5月8日 星期一

[php] solr client install


使用 pecl 安裝

pecl install -n solr

然後在 /etc/php.ini 中 設定好 extension_dir = 的位置

736 extension_dir = "/usr/lib64/php/modules/"

PHP Solr PECL Extension installation - Stack Overflow
http://stackoverflow.com/questions/19750343/php-solr-pecl-extension-installation


途中有遇到兩個問題跟解決方式

configure: error: Please reinstall the libcurl distribution -
easy.h should be in <curl-dir>/include/curl/
安裝 curl-devel yum -y install curl-devel

configure: error: xml2-config not found. Please check your libxml2 installation. 安裝 libxml2 libxml2-devel
yum -y install libxml2 libxml2-devel

沒有留言:

張貼留言