centos7中的mesos配置错误

2024-09-28 20:56:17 发布

您现在位置:Python中文网/ 问答频道 /正文

我试图在centos 7上安装mesos 1.0.1,但遇到了源代码错误。有人找到解决方法了吗?好像有补丁,但我不知道从哪儿弄来。如果能帮上忙我会很感激的。谢谢!

checking whether we can build usable Python eggs... In file included from /usr/include/limits.h:26:0,
    from /usr/local/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/limits.h:168,
    from /usr/local/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/syslimits.h:7,
    from /usr/local/lib/gcc/x86_64-unknown-linux-gnu/5.3.0/include-fixed/limits.h:34,
    from /usr/include/python2.7/Python.h:19,
    from testpyegg.cpp:1:

/usr/include/features.h:330:4: warning: #warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp]
warning _FORTIFY_SOURCE requires compiling with optimization (-O)
configure: error: no

Tags: fromgnusourceincludelinuxlibusrlocal
1条回答
网友
1楼 · 发布于 2024-09-28 20:56:17

阿达什,看来你的错误来自于建造Python蛋。请粘贴完整的错误日志,以便我们能更好地帮助您分类问题。顺便说一句,安装Mesos是直截了当的。您不需要处理_FORTIFY_SOURCEoptimization的问题。请按照此文档在CentOS上安装Mesos。 http://mesos.apache.org/gettingstarted/

顺便说一句,如果您对Mesos有任何进一步的问题,可以通过Mesos邮件列表询问:http://mesos.apache.org/community/ 或Mesos松弛通道:Mesos-slackin.herokuapp.com/你知道吗

你会从那里的Mesos社区得到更多快速的答案。你知道吗

吉尔伯特

相关问题 更多 >