ejabberd - Comments for "ERLang Compiling" https://www.ejabberd.im/node/1417 en The Erlang/OTP installer https://www.ejabberd.im/node/1417#comment-26176 <p>The <noindex><a href="http://www.erlang.org/" rel="nofollow" >Erlang/OTP</a></noindex> installer includes the compiler. Check the downloads section of that page.</p> Fri, 06 Jul 2007 17:46:07 +0000 mfoss comment 26176 at https://www.ejabberd.im So how do i get the https://www.ejabberd.im/node/1417#comment-26173 <p>So how do i get the complier?</p> <p>Thanks<br /> Adam</p> Fri, 06 Jul 2007 12:59:03 +0000 Adam comment 26173 at https://www.ejabberd.im Thanks https://www.ejabberd.im/node/1417#comment-3397 <p>Thanks guys, I'm trying it out as we speak.</p> Fri, 23 Mar 2007 20:09:26 +0000 jasgud comment 3397 at https://www.ejabberd.im Yes, the ejabberd installer https://www.ejabberd.im/node/1417#comment-3392 <p>Yes, the ejabberd installer was intended for production and not development use, so the Erlang compiler is not included.<br /> That said, given the nature of Erlang, that probably make sense to include it, and we will add it in new release of the installer to allow user to compile contributed modules.<br /> The installer will be slightly large though.</p> <p>--<br /> Mickaël Rémond<br /> <noindex><a href="http://www.process-one.net/" rel="nofollow" >Process-one</a></noindex></p> Fri, 23 Mar 2007 09:20:45 +0000 mremond comment 3392 at https://www.ejabberd.im Try to compile using a full Erlang/OTP system https://www.ejabberd.im/node/1417#comment-3389 <p>It seems erlang can't find the module 'epp'. Probably it was not included on your erlang installation, since you used a very minimal erlang installation (the one included in ejabberd installer).</p> <p>If that's the problem, you must install the complete Erlang/OTP, which will include the required modules to compile the files you want. Once you have the compiled '.beam' files, you just need to copy those files with all the other ejabberd beam files.</p> Thu, 22 Mar 2007 22:12:43 +0000 mfoss comment 3389 at https://www.ejabberd.im