我一直試圖通過kerl安裝erlang16。我收到以下錯誤:安裝erlang與kerl在centos中的加密錯誤
Uncaught error in rebar_core: {'EXIT',
{undef,
[{crypto,start,[],[]},
這一直是一個問題,相當多的人有過,但沒有這些解決方案爲我工作。
我就照這樣的: Unable to install erlang on cent os但未能
如果我這樣做,密碼:start()方法,它不會返回我確定。有人可以幫忙嗎?由於
錯誤消息:
1> crypto:start().
** exception error: undefined function crypto:start/0
2>
=ERROR REPORT==== 2-Apr-2016::07:28:13 ===
Unable to load crypto library. Failed with error:
"load_failed, Failed to load NIF library:
'/usr/local/lib/erlang/lib/crypto- 3.0/priv/lib/crypto.so: undefined symbol: EC_GROUP_new_curve_GF2m'"
OpenSSL might not be installed on this system.
=ERROR REPORT==== 2-Apr-2016::07:28:13 ===
The on_load function for module crypto returned {error,
{load_failed,
"Failed to load NIF library: '/usr/local/lib/erlang/lib/crypto-3.0/priv/lib/crypto.so: undefined symbol: EC_GROUP_new_curve_GF2m'"}}
這樣做是好的:
Eshell V5.10.2 (abort with ^G)
1> application:start(crypto).
ok
重複的http://stackoverflow.com/q/20166216/409228,遺憾的是沒有一個可接受的答案。 –
這不是重複的,請在我的答案下的評論中查看錯誤消息。 – Amiramix
或者它可能是重複的,但這個問題和錯誤是特定於CentOS的。另一個問題包含不同的錯誤消息。爲了使其成爲重複,您可能需要將此問題的詳細信息添加到其他問題。 – Amiramix