zoukankan      html  css  js  c++  java
  • install sphinx全过程完整

    http://www.litrin.net/2011/06/16/ubuntu%E4%B8%8Acoreseekphp%E7%9A%84%E5%AE%89%E8%A3%85/

    http://www.blags.org/ubuntu-9-10-mysql-install-sphinx-mmseg-notes/

    http://www.coreseek.cn/index.php?mact=News,m5,default,1&m5number=3&m5detailpage=news&m5pagenumber=5&m5returnid=108&page=108

    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
    
  • 相关阅读:
    pip:No module named setuptools_rust
    pip:ffi.h: No such file or directory"
    docker一键搭建postgresql脚本(全网精华版原创)
    前端父子页面传递消息
    ubuntu内核系统安装node和npm打包前端代码
    强制刷新dom问题
    关于html中属性设置在代码中取消问题
    mybatis-mapper.xml中调用方法
    mysql内置属性及方法
    swagger入门
  • 原文地址:https://www.cnblogs.com/lexus/p/2143612.html
Copyright © 2011-2022 走看看