install sphinx全过程完整
http://acidborg.wordpress.com/2009/11/22/how-to-install-and-configure-sphinx-in-ubuntu-9-10-with-mysql-support/
上面这篇是最重要的文章
http://acidborg.wordpress.com/2009/11/22/how-to-install-and-configure-sphinx-in-ubuntu-9-10-with-mysql-support/
http://blog.rebill.info/archives/install-sphinx-in-ubuntu-10-04.html
前置库
sudo apt-get install gcc make libmysqlclient15-dev libmysql++-dev
sudo apt-get install libmysqlclient-dev
ubuntu-10.04的测试环境
32位版本:
正常安装测试环境信息:查看详情
安装coreseek前系统软件列表:查看详情
安装coreseek后系统软件列表:查看详情
coreseek安装需要预装的软件:sudo apt-get install make gcc g++ automake libtool mysql-client libmysqlclient15-dev libxml2-dev libexpat1-dev
sudo apt-get install autoconf automake autotools-dev cpp curl gawk gcc lftp libc6-dev linux-libc-dev make libpcre3-dev libpcrecpp0 g++ libtool libncurses5-dev
sudo aptitude install libmysql++-dev libmysqlclient15-dev checkinstall
使用coreseek或是原生sphinx包解压进入sphinx
./configure --prefix=/usr/local/sphinx --with-mysql
http://freelancing-god.github.com/ts/en/rails3.html
<code class="ruby"><span class="n">gem</span> <span class="s1">'thinking-sphinx'</span><span class="p">,</span> <span class="s1">'2.0.3'</span> bundle进行安装 </code> 一遍不错的中文分词的文章,和sphinx有关 http://jjw.in/server/259
查看更多关于install sphinx全过程完整的详细内容...