ejabberd - Comments for "http pre-binding?" https://www.ejabberd.im/node/3976 en Thanks. Yes, I eventually https://www.ejabberd.im/node/3976#comment-55499 <p>Thanks. Yes, I eventually realized you need to <code>sudo aptitude install erlang-dev</code> to compile beam files. Good to know about the second bit.</p> Sat, 03 Apr 2010 02:22:47 +0000 aaronwinborn comment 55499 at https://www.ejabberd.im When it https://www.ejabberd.im/node/3976#comment-55483 <p>When it says:</p> <pre>{undef,[{make,all,[]}</pre><p>it means it can't find the file make.beam. Install erlang-nox, or erlang-dev, or a similar package depending on your OS.</p> <p>When it says:</p> <pre>Recompile: src/web/ejabberd_http_pre_bind src/web/ejabberd_http_pre_bind.erl:9: Warning: undefined callback function handle_event/3 (behaviour 'gen_fsm') </pre><p>this just indicates that the developer didn't care to implement some functions he didn't need. Don't worry.</p> Fri, 02 Apr 2010 11:12:07 +0000 mfoss comment 55483 at https://www.ejabberd.im