我正在關注文檔(http://mesos.apache.org/gettingstarted/)並嘗試在我的Mac上安裝Mesos。當我嘗試配置它時,它給我錯誤:在OS X上配置Apache Mesos失敗優勝美地
checking python extra linking flags... -u _PyMac_Error Python.framework/Versions/2.7/Python checking consistency of all components of python development environment... no configure: error: in `/Users/syang/Desktop/git/mesos/build': configure: error: Could not link test program to Python. Maybe the main Python library has been installed in some non-standard library path. If so, pass it to configure, via the LDFLAGS environment variable. Example: ./configure LDFLAGS="-L/usr/non-standard-path/python/lib" ============================================================================ ERROR! You probably have to install the development version of the Python package for your distribution. The exact name of this package varies among them. ============================================================================
我使用Python 2.7.8,我試圖安裝Mesos 0.23.0。我做了一些搜索,看起來像在使用xcode安裝命令工具之後,鏈接問題應該得到處理。但是,它看起來不像我。有沒有人有類似的經驗,可以幫助我?
謝謝。
你實際上是要使用Mesos python模塊嗎?如果沒有,只需用'--disable-python'運行'./configure'。 – hartem