[erlang-questions] No SCTP support in ESL Erlang
Artem Teslenko
ates@REDACTED
Fri Nov 10 16:15:18 CET 2017
Hello,
Looks like the latest release of the Erlang from ESL is compiled without
SCTP support:
OS:
$ cat /etc/redhat-release
CentOS Linux release 7.4.1708 (Core)
Erlang:
$ rpm -qa |grep erlang
esl-erlang-20.1-1.x86_64
lksctp-tools rpm is installed and sctp kernel module is loaded too.
Output from the shell:
$ erl
Erlang/OTP 20 [erts-9.1] [source] [64-bit] [smp:56:56] [ds:56:56:10]
[async-threads:10] [hipe] [kernel-poll:false]
Eshell V9.1 (abort with ^G)
1> gen_sctp:open().
{error,eprotonosupport}
Is there anyone from ESL who could check this?
Thank you.
More information about the erlang-questions
mailing list