ejabberd - Comments for "Windows and IPv6" https://www.ejabberd.im/node/4583 en Thank you for info. Good to https://www.ejabberd.im/node/4583#comment-57168 <p>Thank you for info. Good to know that it's not my fault. I may try the compilation when I'm in mood to learn something new. :)</p> Mon, 21 Mar 2011 05:03:09 +0000 smnb comment 57168 at https://www.ejabberd.im This is what happens when it https://www.ejabberd.im/node/4583#comment-57157 <p>This is what happens when it works correctly (tested in my Linux):</p> <pre> $ erl Erlang (BEAM) emulator version 5.6.5 [source] [64-bit] [smp:4] [async-threads:0] [hipe] [kernel-poll:false] Eshell V5.6.5 (abort with ^G) 1&gt; gen_tcp:listen(5221, [inet6]). {ok,#Port&lt;0.384&gt;} </pre><p> The problem appears with ejabberd installed in Windows XP, and in Windows 7 Starter:</p> <pre> werl.exe Eshell V5.6.4 (abort with ^G) 1&gt; gen_tcp:listen(5221, [inet6]). {error,einval} 2&gt; </pre><p> I installed Erlang/OTP R14B02 in Windows 7, and the listen returns ok. So, it may be a problem with older Erlangs. But recompiling ejabberd in Windows is difficult.</p> Sat, 19 Mar 2011 20:42:09 +0000 mfoss comment 57157 at https://www.ejabberd.im