2011-07-20 38 views
3

所以,我想我會創建一個bonafide版本來運行我的下一個應用程序。不幸的是,似乎有一個交易斷路器。無法啓動任何版本?

首先,我嘗試使用本指南從頭開始做一個項目:

http://alancastro.org/2010/05/01/erlang-application-management-with-rebar.html

與一個不起眼的錯誤而失敗,所以只是爲了確保,我試圖運行一個項目,我所知道的是不錯的,etorrent 。

當我試圖運行etorrent的發佈,我得到了同樣的錯誤:

[[email protected] etorrent]# rel/etorrent/bin/etorrent console 
Exec: /root/etorrent/rel/etorrent/erts-5.8.4/bin/erlexec -boot /root/etorrent/rel/etorrent/releases/1.2.1/etorrent -embedded -config /root/etorrent/rel/etorrent/etc/app.config -args_file /root/etorrent/rel/etorrent/etc/vm.args -- console 
Root: /root/etorrent/rel/etorrent 
pthread/ethr_event.c:98: Fatal error in wait__(): Function not implemented (38) 
Aborted 

我搜索了這個錯誤,並SERP中充滿了對具有相同問題的CentOS以RabbitMQ的引用。顯然,它比具體的RabbitMQ問題更普遍。在此基礎上螺紋:

RabbitMQ install issue on Centos 5.5

...和我自己的經驗,好像加上5系列CentOS的不工作的14個系列二郎安裝上運行的版本。順便說一句,我昨晚在網站上安裝了最新的erlang,所以這就是我正在使用的。我沒有將任何標誌傳遞給'configure',只是使用股票期權。

有沒有人有任何想法,如果有一個erlang編譯選項,可以解決這個問題?還是有其他建議?是否有其他人成功地在此環境中爲應用程序使用鋼筋創建版本?

回答

0

似乎是需要的,如果你看這個評論這一RabbitMQ install issue on Centos 5.5答案要在CentOS的側解決

Compilation of Erlang R14B03 (erts-5.8.4) works on CentOS 5.6 (Final) VirtualBox VM

所以在我看來,你需要你的CentOS升級到5.6

問題
相關問題