ejabberd - Comments for "Cannot compile ejabberd 14.07 on Ubuntu 14.04" https://www.ejabberd.im/node/23635 en Do not forget that if you are https://www.ejabberd.im/node/23635#comment-65401 <p>Do not forget that if you are building from git, using autogen script is needed:</p> <div class="codeblock"><code>./autogen.sh<br />./configure<br />make<br />sudo make install</code></div> Tue, 31 Mar 2015 16:45:58 +0000 mremond comment 65401 at https://www.ejabberd.im Last time I found out with https://www.ejabberd.im/node/23635#comment-65396 <p>Last time I found out with same issue, it looks a dependency problem..instead of weird bad compilation<br /> <code>make: *** [deps/.built] Error 1</code></p> <p>Have you tried with the right version of <strong>OTP</strong> ? Checking for ejabberd 14.07 it requires Erlang/OTP R15B or upper.</p> <div class="codeblock"><code>$ wget <noindex><a href="http://erlang.org/download/otp_src_R15B01.tar.gz" title="http://erlang.org/download/otp_src_R15B01.tar.gz" rel="nofollow" >http://erlang.org/download/otp_src_R15B01.tar.gz</a></noindex><br />$ tar zxvf otp_src_R15B01.tar.gz<br />$ cd otp_src_R15B01<br />$ ./configure &amp;&amp; make &amp;&amp; sudo make install</code></div> Mon, 30 Mar 2015 15:34:33 +0000 vrandkode comment 65396 at https://www.ejabberd.im I have similar issue. I don't https://www.ejabberd.im/node/23635#comment-65127 <p>I have similar issue. I don't remember the exact error, but something like this:</p> <div class="codeblock"><code>==&gt; goldrush (compile)<br />Error writing no file.<br />Compile failed while processing /home/user/Documents/ejabberd/ejabberd-14.07/deps/goldrush/ rebar_abort</code></div> <p>I had the error while running 'make' command. But, I realized it's a permission issue.</p> <p>So, I resolved the issue with running sudo make:<br /> $ sudo make</p> Mon, 10 Nov 2014 05:49:21 +0000 ejabber-admin comment 65127 at https://www.ejabberd.im Not sure if might be of help https://www.ejabberd.im/node/23635#comment-65124 <p>Not sure if might be of help but I run into the same problem today and I was missing erlang-parsetools. Once installed, the compilation succeeded without needing to modify anything in the source.</p> Sun, 09 Nov 2014 15:54:06 +0000 dibits comment 65124 at https://www.ejabberd.im