[erlang-questions] SCTP support in Erlang from ESL
Artem Teslenko
ates@REDACTED
Mon Apr 14 21:54:50 CEST 2014
Hello,
Can't make SCTP work on my system with esl-erlang installed:
$ lsb_release -a
LSB Version:
:base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-noarch
Distributor ID: RedHatEnterpriseServer
Description: Red Hat Enterprise Linux Server release 6.5 (Santiago)
Release: 6.5
Codename: Santiago
$ rpm -qa |grep erlang
esl-erlang-R16B03-4.x86_64
$ rpm -qa |grep sctp
lksctp-tools-1.0.10-7.el6.x86_64
$ lsmod |grep sctp
sctp 198775 2
$ erl
Erlang R16B03-1 (erts-5.10.4) [source] [64-bit] [smp:2:2]
[async-threads:10] [hipe] [kernel-poll:false]
Eshell V5.10.4 (abort with ^G)
1> gen_sctp:open().
{error,eprotonosupport}
Is esl-erlang compiled without SCTP support or is something wrong with
my system?
Thanks.
More information about the erlang-questions
mailing list