ejabberd - Comments for "problem installing ejabberd on mac osx 10.6.7/8" https://www.ejabberd.im/node/4852 en i've same problem too. what i https://www.ejabberd.im/node/4852#comment-57819 <p>i've same problem too. what i can see here is</p> <p>ejabberdctl source</p> <div class="codeblock"><code>case `uname -m` in<br />&nbsp;&nbsp;&nbsp; i[3456]86 ) CPU=&quot;x86&quot; ;;<br />&nbsp;&nbsp;&nbsp; i86pc) CPU=&quot;x86&quot; ;;<br />&nbsp;&nbsp;&nbsp; x86) CPU=&quot;x86&quot; ;;<br />&nbsp;&nbsp;&nbsp; &lt;strong&gt;x86_64) CPU=&quot;amd64&quot; ;;&lt;/strong&gt;<br />&nbsp;&nbsp;&nbsp; ppc) CPU=&quot;powerpc&quot; ;;<br />&nbsp;&nbsp;&nbsp; arm*b) CPU=&quot;armeb&quot; ;;<br />&nbsp;&nbsp;&nbsp; arm*) CPU=&quot;arm&quot; ;;<br />&nbsp;&nbsp;&nbsp; * ) CPU=`uname -p | tr A-Z a-z` ;;<br />esac</code></div> <p>but inside the <strong>/path/to/ejabberd/lib/darwin-amd64</strong> is not exists base on part of ejabberdctl source</p> <div class="codeblock"><code>&nbsp;&nbsp;&nbsp; ARCHDIR=${OS}-${CPU}<br />&nbsp;&nbsp;&nbsp; LD_LIBRARY_PATH=&quot;$ROOTDIR/lib/$ARCHDIR&quot;</code></div> Sat, 10 Sep 2011 14:04:29 +0000 hymns comment 57819 at https://www.ejabberd.im Hi I have the same problem https://www.ejabberd.im/node/4852#comment-57659 <p>Hi</p> <p>I have the same problem with 2.1.8. However, I tried building 2.1.6 from source without using the installer and it worked, seemingly. I can get the server up and running, see the web-admin page, create users from the command line, etc but when I try to connect from psi using a created account, I get an error that connection cannot be established.</p> <p>Will try building 2.1.8 and post the result here.</p> <p>Krishnan.</p> Thu, 28 Jul 2011 07:21:48 +0000 crbkrishnan comment 57659 at https://www.ejabberd.im Related: https://www.ejabberd.im/node/4852#comment-57623 <p>Related: <noindex><a href="http://souja.net/2008/10/erlang-error-openerror-12.html" title="http://souja.net/2008/10/erlang-error-openerror-12.html" rel="nofollow" >http://souja.net/2008/10/erlang-error-openerror-12.html</a></noindex></p> Thu, 21 Jul 2011 14:31:13 +0000 mfoss comment 57623 at https://www.ejabberd.im