ejabberd - Comments for "module could not be loaded" https://www.ejabberd.im/node/871 en I have same https://www.ejabberd.im/node/871#comment-1966 <p>I have same problem.<br /> "ejabberd_odbc.beam" finded in "/var/lib/ejabberd/ebin", "lib/erlang/ejabberd-/ebin" and "/usr/ports/net-im/ejabberd/work/ejabberd-1.1.1/src/". "mysql*.beam" finded in "/usr/local/lib/erlang/lib/ejabberd-1.1.1/ebin"</p> <p>In ejabberd.cfg:</p> <div class="quote-msg"> <div class="quote-author">Quote:</div> <p>{auth_method, odbc}.<br /> {odbc_server, {mysql, "localhost", "jabber", "jabber", "********"}}. </p></div> <p>In log on login:</p> <div class="quote-msg"> <div class="quote-author">Quote:</div> <p>=INFO REPORT==== 2006-07-04 10:59:50 ===<br /> I(&lt;0.215.0&gt;:ejabberd_listener:90): (#Port&lt;0.335&gt;) Accepted connection {{83,149,96,147},1054} -&gt; {{195,182,132,130},5223}</p> <p>=INFO REPORT==== 2006-07-04 10:59:52 ===<br /> I(&lt;0.314.0&gt;:ejabberd_c2s:417): ({tlssock,#Port&lt;0.335&gt;,#Port&lt;0.338&gt;}) Failed legacy authentication for shumkov@geometria.ru/Miranda</p> <p>=INFO REPORT==== 2006-07-04 11:12:13 ===<br /> I(&lt;0.215.0&gt;:ejabberd_listener:90): (#Port&lt;0.319&gt;) Accepted connection {{83,149,96,147},1199} -&gt; {{195,182,132,130},5223}</p> <p>=INFO REPORT==== 2006-07-04 11:12:14 ===<br /> I(&lt;0.279.0&gt;:ejabberd_c2s:417): ({tlssock,#Port&lt;0.319&gt;,#Port&lt;0.322&gt;}) Failed legacy authentication for shumkov@geometria.ru/Miranda </p></div> <p>In log on register:</p> <div class="quote-msg"> <div class="quote-author">Quote:</div> <p>=INFO REPORT==== 2006-07-04 11:15:23 ===<br /> I(&lt;0.215.0&gt;:ejabberd_listener:90): (#Port&lt;0.347&gt;) Accepted connection {{83,149,96,147},1203} -&gt; {{195,182,132,130},5223} </p></div> <p>Miranda say "Error 409: Conflict"</p> <p>Where my mistake?</p> Tue, 04 Jul 2006 05:32:49 +0000 shumkov comment 1966 at https://www.ejabberd.im How did you compile ejabberd ? https://www.ejabberd.im/node/871#comment-1896 <p>Did you use the option ?</p> <p>./configure --enable-odbc</p> <p>otherwise the ejabberd_odbc module are not compiled and they are needed as an abstraction layer even in native mode.</p> <p>--<br /> Mickaël Rémond<br /> <noindex><a href="http://www.process-one.net/" title="http://www.process-one.net/" rel="nofollow" >http://www.process-one.net/</a></noindex></p> Wed, 21 Jun 2006 17:32:04 +0000 mremond comment 1896 at https://www.ejabberd.im Am I missing something? https://www.ejabberd.im/node/871#comment-1892 <p>I thought the latest version of ejabberd came with native mysql support. I didn't realise I needed odbc for this to work.</p> <p>Here are the beam files I installed for mysql:</p> <p>mysql.beam<br /> mysql_auth.beam<br /> mysql_conn.beam<br /> mysql_recv.beam</p> <p>I followed the instructions here:</p> <p><noindex><a href="http://support.process-one.net/doc/display/MESSENGER/Using+ejabberd+with+MySQL+native+driver" title="http://support.process-one.net/doc/display/MESSENGER/Using+ejabberd+with+MySQL+native+driver" rel="nofollow" >http://support.process-one.net/doc/display/MESSENGER/Using+ejabberd+with...</a></noindex></p> <p>Any assistance would be greatly appreciated!</p> <p>TIA</p> <p>Phil</p> Tue, 20 Jun 2006 22:01:16 +0000 Phild comment 1892 at https://www.ejabberd.im Maybe ejabberd_odbc could https://www.ejabberd.im/node/871#comment-1851 Maybe ejabberd_odbc could not be loaded because it could not be compiled? Check if you have ejabberd_odbc.beam together with the other beam files. If not, check if Erlang was compiled with ODBC support. Fri, 09 Jun 2006 07:35:31 +0000 mfoss comment 1851 at https://www.ejabberd.im