1、download
2、
tar zxvf solr-0.9.11
cd solr-0.9.11
../your path/phpize
./configure --with-php-config=/your path/php-config
make && make install
3、update php.ini
extention=solr.so
========
错误处理
http://igaojie.com/webdev/562.html
本文共 275 字,大约阅读时间需要 1 分钟。
1、download
2、
tar zxvf solr-0.9.11
cd solr-0.9.11
../your path/phpize
./configure --with-php-config=/your path/php-config
make && make install
3、update php.ini
extention=solr.so
========
错误处理
http://igaojie.com/webdev/562.html
转载于:https://my.oschina.net/phper1234/blog/267462