<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hello,<div class=""><br class=""></div><div class=""><div><blockquote type="cite" class=""><div class="">On 02 Feb 2016, at 04:56, mohit Agrawal <<a href="mailto:mohit3081989@gmail.com" class="">mohit3081989@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">Hi Team,<div class=""><br class=""></div><div class="">I am new to Erlang, I have been trying to install Erlang and Ejabberd on EC2 ubuntu machine, everything went well till I started compiling some external modules in ejabberd. It started throwing error "undefined parse transform 'lager_transform'". I tried everything which is as below :</div></div></div></blockquote><div><br class=""></div><div><p style="margin: 0px 0px 1em; padding: 0px; border: 0px; font-size: 15px; clear: both; color: rgb(34, 36, 38); font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;" class="">Please make sure you compile ejabberd as described in documentation: <a href="http://docs.ejabberd.im/admin/guide/installation/#installing-ejabberd-from-source-code" rel="nofollow" style="margin: 0px; padding: 0px; border: 0px; text-decoration: none; cursor: pointer; color: rgb(0, 89, 153);" class="">http://docs.ejabberd.im/admin/guide/installation/#installing-ejabberd-from-source-code</a></p><p style="margin: 0px 0px 1em; padding: 0px; border: 0px; font-size: 15px; clear: both; color: rgb(34, 36, 38); font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;" class="">For example, you can compile it with:</p><pre class="prettyprint prettyprinted lang-erlang" style="margin-top: 0px; padding: 5px; border: 0px; font-size: 13px; overflow: auto; width: auto; max-height: 600px; background-color: rgb(238, 238, 238); font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; color: rgb(57, 51, 24); word-wrap: normal;"><code style="margin: 0px; padding: 0px; border: 0px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; white-space: inherit;" class=""><span class="pun" style="margin: 0px; padding: 0px; border: 0px; color: black;">.</span><span class="pln" style="margin: 0px; padding: 0px; border: 0px; color: black;">/configure -</span><span class="kwd" style="margin: 0px; padding: 0px; border: 0px; color: rgb(0, 0, 139);">-enable-lager</span><span class="pln" style="margin: 0px; padding: 0px; border: 0px; color: black;"> -</span><span class="kwd" style="margin: 0px; padding: 0px; border: 0px; color: rgb(0, 0, 139);">-enable-mysql</span><span class="pln" style="margin: 0px; padding: 0px; border: 0px; color: black;">
make</span></code></pre><p style="margin: 0px 0px 1em; padding: 0px; border: 0px; font-size: 15px; clear: both; color: rgb(34, 36, 38); font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;" class="">You need to run configure and make to set properly the build chain.</p></div></div><div class="">-- </div><div class="">Mickaël Rémond</div><div class=""> <a href="http://www.process-one.net" class="">http://www.process-one.net</a></div></div><div class=""><br class=""></div></body></html>