ejabberd - Comments for "Compilation error / mod_archive_odbc" https://www.ejabberd.im/node/4027 en That error message says that https://www.ejabberd.im/node/4027#comment-55665 <p>That error message says that you need to install erlang asn1 library to compile the *.asn1 file.</p> <p>But you really only want to compile mod_archive_odbc.erl, not all ejabberd source code, right?. Instead of running 'make', try simply running:</p> <pre>$ erlc mod_archive_odbc.erl ./mod_archive_odbc.erl:71: Warning: behaviour gen_mod undefined </pre><p>Don't worry about this warning. Then copy the beam file with all your other ejabberd beam files.</p> Tue, 04 May 2010 09:59:51 +0000 mfoss comment 55665 at https://www.ejabberd.im