【发布时间】:2016-04-01 00:39:33
【问题描述】:
我需要使用 regexp_filter 选项安装 sphinx。
我已经用 pacman 安装了re2 包。
在文档中,我看到我可以使用--with-re2 选项编译sphinx 包。但是当我这样做时,我得到了错误。
checking whether to compile with RE2 library support... configure: error: missing re2 sources
我还尝试设置make 选项,例如here。
--with-re2-libs=/usr/lib/libre2.so --with-re2-includes=/usr/include/re2/
但我还有另一个错误
checking whether to compile with RE2 library support... configure: error: missing re2 headers
这是我ls /usr/include/re2的输出
ls /usr/include/re2/
filtered_re2.h
re2.h
set.h
stringpiece.h
variadic_function.h
有人安装吗?感谢大家的帮助!
【问题讨论】:
标签: linux package sphinx archlinux re2