clone 出来先运行 gitprep 需要装好多工具,autoconf, automake, m4, aclocal, libtool
我从git仓库下的xunsearch-master的源代码,打开里面的说明是从configure,到make。但是文件目录下只有configure.ac,我就按说明先autoconf一下,总是报错说 configure.ac:11: error: possibly undefined macro: AM_INIT_AUTOMAKE If this token and others are le...
顶一下,再问一遍~ configure: error: Invalid xapian library, maybe not do the patch with scws?. 请问这是为什么啊?是不是我不小心运行那个patch的sh脚本啊!!
xunsearch 搭配工作的不是标准的 xapian-core,而是打过 scws 补丁的 xapian-core-scws。压缩包可以从发布的 xunsearch-full 中获得。 你也可以下载标准的 xapian-core 包,然后将源码里的 xapian-scws/path.xapian-core-scws 补丁打进去
[quote='hightman' pid='4407' dateline='1375170632'] clone 出来先运行 gitprep 需要装好多工具,autoconf, automake, m4, aclocal, libtool [/quote] 多谢管理员回复,我后来直接运行了acprep,然后运行就有configure生成了,我就运行./configure,结果显示 con...
...make[2]: *** [bin/xapian-check] Error 1 make[2]: Leaving directory `/root/xunsearch-full-1.4.1/xapian-core-scws-1.2.13' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/root/xunsearch-full-1.4.1/xapian-core-scws-1.2.13' make: *** [install] Error 2 -----
看这个贴子 [url]http://bbs.xunsearch.com/showthread.php?tid=1650[/url]
...... no configure: error: Please download and install scws from http://www.xunsearch.com/scws Linux localhost.localdomain 2.6.18-308.11.1.el5PAE #1 SMP Tue Jul 10 09:29:33 EDT 2012 i686 i686 i386 GNU/Linux
先编译安装 libscws,然后用 --with-scws 指定啊;用整个安装包就不需要这么麻烦
确定已经是1.4.6了?建议试试手动编译xunsearch-1.4.6,加入 --disable-memory-cache 禁用掉缓存看看