目前我有二郎版本5.10.4和OTP 「R16B03」。 現在,我必須從版本6.1更新Erlang,並且在Ubuntu 14.04 LTS(64位)中更新OTP大於17.1,以便安裝最新版本的ejabberd(16.02)。無法安裝最新ejabberd和Erlang版本的Ubuntu 14.04 LTS
爲此,我已經在這個網址試圖說明:http://erlang.org/doc/installation_guide/INSTALL.html 但是當我打make命令的錯誤來了: -
Makefile:247: /home/Hemant/otp_src_18.2/make/i686-pc-linux-gnu/otp_ded.mk: No such file or directory
make: *** No rule to make target `/home/Hemant/otp_src_18.2/make/i686-pc-linux-gnu/otp_ded.mk'. Stop.
我嘗試另一種方式:
$ sudo apt-get install erlang
但當我更新apt-get時,我得到了相同的版本(Erlang 5.10)。
現在,我怎麼獲得最新版本的二郎神?
您可以嘗試從https://www.erlang-solutions.com/resources/download.html下載適用於您平臺的預建版本。 –
我總是從erlang.org下載Erlang源代碼並自己構建它。 –