sudo su

Install dependencies:

apt-get install libxml2-dev libcurl4-openssl-dev

Install by pear

pear install pecl/solr

Or compile from source

cd /opt
wget http://pecl.php.net/get/solr-1.0.2.tgz
tar -xvf solr-1.0.2.tgz && cd solr-1.0.2
./configure
make
make install
阿里云国内75折 回扣 微信号:monov8
阿里云国际,腾讯云国际,低至75折。AWS 93折 免费开户实名账号 代冲值 优惠多多 微信号:monov8 飞机:@monov6
标签: phpUbuntu