ejabberd - Comments for "Ubuntu Start Failure" https://www.ejabberd.im/node/260 en Ubuntu (Debian) apt-get vs REPOS? https://www.ejabberd.im/node/260#comment-525 <p>Ubuntu packages are nominally the same as Debian.</p> <p>The only reason I use the Ubuntu/Debian packages is for ease of installation and upgrade -- and I definitely want to use J-EAI as well as YAWS.</p> <p>Should I be using REPOS instead?</p> <p><noindex><a href="http://www.erlang-projects.org/Public/news/repos_1.0_beta6_j-e/view" title="http://www.erlang-projects.org/Public/news/repos_1.0_beta6_j-e/view" rel="nofollow" >http://www.erlang-projects.org/Public/news/repos_1.0_beta6_j-e/view</a></noindex></p> Mon, 06 Jun 2005 23:49:08 +0000 James Bowery comment 525 at https://www.ejabberd.im erlang can't find 'crypto', and ejabberd requires it https://www.ejabberd.im/node/260#comment-522 <pre>error_info: "invalid return value from ejabberd_app:start(normal,[]) -&gt; {'EXIT',\n {undef,\n [{crypto,start,[]},\n {ejabberd_app,start,2},\n {application_master,start_it_old,4}]}}"</pre><p> The error message returned by Erlang says that when it tried to start ejabberd, it could not find the 'crypto' library. Ejabberd needs this library even if you don't plan to use SSL/STARTTLS/SASL. Erlang can be built without crypto support, for example is OpenSSL is not installed on the system.</p> <p>So one possibility is that your Erlang was built without crypto enabled, maybe because OpenSSL was not installed during compilation.</p> <p>If this is a problem in the Ubuntu package, could you please inform the Ubuntu packager or send a bug report to him, so he can fix it if required? If you think this is an error on the ejabberd documentation or the ejabberd Book, please tell me so we can try to fix it.</p> Mon, 06 Jun 2005 14:47:14 +0000 mfoss comment 522 at https://www.ejabberd.im