簡體   English   中英

centos7中的mesos配置錯誤

[英]mesos configuration error in centos7

我正在嘗試在centos 7上安裝mesos 1.0.1,但是我遇到了_FORTIFY_SOURCE錯誤。 有沒有人找到修復/解決方法? 似乎有補丁,但我不知道從哪里獲取。 我將不勝感激。 謝謝!

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

Adarsh,看來您的錯誤來自構建Python雞蛋。 您能否粘貼完整的錯誤日志,以便我們更好地幫助您分類問題。 順便說一句,安裝Mesos很簡單。 您不應處理_FORTIFY_SOURCEoptimization問題。 請按照此文檔在CentOS上安裝Mesos。 http://mesos.apache.org/gettingstarted/

順便說一句,如果您對Mesos有任何其他疑問,請隨時通過Mesos郵件列表詢問: http ://mesos.apache.org/community/或Mesos松弛頻道:mesos-slackin.herokuapp.com/

您將從那里的Mesos社區獲得更多快速解答。

吉爾伯特

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM