免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
12
最近访问板块 发新帖
楼主: xiaodi553
打印 上一主题 下一主题

安装sphinx的问题 [复制链接]

论坛徽章:
0
11 [报告]
发表于 2008-10-19 12:41 |只看该作者
整个过程保证两点
1 . sh BUILD/autorun.sh 不出任何信息
2 . configure --help 中有
--with-plugins=PLUGIN[,PLUGIN..]
                          Plugins to include in mysqld. (default is: none)
                          Must be a configuration name or a comma separated
                          list of plugins.
                          Available configurations are: none max max-no-ndb
                          all.
                          Available plugins are: partition archive blackhole
                          csv example federated heap innobase myisam myisammrg
                          ndbcluster sphinx.
configure支持sphinx

论坛徽章:
0
12 [报告]
发表于 2008-10-19 14:36 |只看该作者
缺少什么工具呢,我该怎么解决呢?

论坛徽章:
0
13 [报告]
发表于 2008-10-19 22:30 |只看该作者
make

论坛徽章:
0
14 [报告]
发表于 2008-10-20 10:07 |只看该作者
我可以make阿
而且我11楼的问题已经都解决了 在 ./configure --help 里能看到  sphinx了
但是现在的问题是
jtg@xiaodi553:/usr/local/mysql$ sudo ./bin/mysql_install_db --user=mysql

FATAL ERROR: Could not find /mysql/fill_help_tables.sql

If you compiled from source, you need to run 'make install' to
copy the software into the correct location ready for operation.

If you are using a binary release, you must either be at the top
level of the extracted archive, or pass the --basedir option
pointing to that location.

我make install 已经作过了

[ 本帖最后由 xiaodi553 于 2008-10-20 10:09 编辑 ]

论坛徽章:
0
15 [报告]
发表于 2008-10-20 13:23 |只看该作者
在mysql/bin下面  sh mysql_install_db.sh
这个和sphinx就没什么关系了
正常的安装mysql的系统数据库:)

论坛徽章:
0
16 [报告]
发表于 2008-10-20 13:23 |只看该作者
原帖由 xiaodi553 于 2008-10-20 10:07 发表
我可以make阿
而且我11楼的问题已经都解决了 在 ./configure --help 里能看到  sphinx了
但是现在的问题是
jtg@xiaodi553:/usr/local/mysql$ sudo ./bin/mysql_install_db --user=mysql

FATAL ERROR: Co ...

解决的,怎么解决的,缺少什么包啊

论坛徽章:
0
17 [报告]
发表于 2008-12-03 20:04 |只看该作者
提示: 作者被禁止或删除 内容自动屏蔽

论坛徽章:
0
18 [报告]
发表于 2008-12-03 20:31 |只看该作者
configure 后看看有没有Makefile 文件产生,如果没有的话。仔细阅读你的config.log。找出其中的ERROR。

论坛徽章:
1
技术图书徽章
日期:2013-12-05 23:25:45
19 [报告]
发表于 2010-03-15 22:32 |只看该作者
5.x版本的:
1. 将sphinx5.0.yy.diff补丁文件复制到MySQL源码目录并运行
patch -p1 < sphinx.5.0.yy.diff
如果没有与您的MySQL版本完全匹配的.diff文件,请尝试一个最接近版本的.diff文
件。确保补丁顺利应用,没有rejects。
2. 在MySQL源码目录中运行
sh BUILD/autorun.sh
3. 在MySQL源码目录中建立sql/sphinx目录,并把Sphinx源码目录中mysqlse目录下的
全部文件拷贝到这个目录。
cp
-R /root/builds/sphinx-0.9.7/mysqlse /root/builds/mysql-5.0.24/sql/sphinx

4. 配置(configure)MySQL,启用Sphinx引擎
./configure --with-sphinx-storage-engine
5. 构建(build)并安装MySQL
make
make install
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP