在 Mac OSX Lion 上编译 sphinx 搜索
我正在尝试在 Lion 上安装 sphinx。 我已经尝试过版本 0.9.9、2.0.2 和 trunk(截至目前)。 但是,./configure
中断:“不支持通用字节序
”。 我只在 Lion 上看到过这个配置错误; Snow Leopard 和早期的 OSX 版本运行良好。
我尝试通过 CFLAGS 等强制使用小端,但我不确定哪个标志需要调整。有人可以帮忙吗?
I am trying to install sphinx on Lion.
I've tried versions 0.9.9, 2.0.2, and trunk (as of now).
However, ./configure
breaks: "universal endianness not supported
".
I have only seen this configure error on Lion; Snow Leopard and earlier OSX versions work fine.
I've tried forcing little endian via CFLAGS etc., but I'm not sure what flag needs tweaking. Can anyone help?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以通过 MacPorts 安装它。需要注意的是,您的 mysql / postgres 还必须从 ports 安装以满足依赖关系。
如果您使用 Lion,此错误报告中的评论很有用:
https://trac.macports.org /ticket/31666
sudo port clean sphinx;
sudo port install sphinx configure.compiler=llvm-gcc-4.2
You can install it via MacPorts. Caveat is that your mysql / postgres must also have been installed from ports to satisfy a dependency.
If you're on Lion, the comment in this bug report is useful:
https://trac.macports.org/ticket/31666
sudo port clean sphinx;
sudo port install sphinx configure.compiler=llvm-gcc-4.2