<div dir="ltr">Okay, so I figured out that the multiple Lua VMs detected is because the version of Lua was slightly different than the compiled .so file for LuaXML_lib, even though it said it was the right version. So I recompiled it and added it into the /usr/local/lib/lua/5.2 folder, and I put LuaXml.lua into /usr/local/share/lua/5.2.<div>

<br></div><div>Now, I&#39;m seeing these undefined symbol errors and will need to tackle this next:</div><div><br></div><div><div>2013-12-12 07:41:53.395054 [ERR] mod_lua.cpp:199 error loading module &#39;LuaXML_lib&#39; from file &#39;/usr/local/lib/lua/5.2/LuaXML_lib.so&#39;:</div>

<div><span class="" style="white-space:pre">        </span>/usr/local/lib/lua/5.2/LuaXML_lib.so: undefined symbol: lua_gettop</div><div>stack traceback:</div><div><span class="" style="white-space:pre">        </span>[C]: in ?</div><div>

<span class="" style="white-space:pre">        </span>[C]: in function &#39;require&#39;</div><div><span class="" style="white-space:pre">        </span>/usr/local/share/lua/5.2/LuaXml.lua:1: in main chunk</div><div><span class="" style="white-space:pre">        </span>[C]: in function &#39;require&#39;</div>

<div><span class="" style="white-space:pre">        </span>/opt/freeswitch/scripts/parser.lua:2: in main chunk</div></div><div><br></div><div><br></div><div><br></div><div class="gmail_extra"><br clear="all"><div><div dir="ltr">

<div><br></div><div>James<br></div><div><div><br></div></div></div></div>
<br><br><div class="gmail_quote">On Wed, Dec 11, 2013 at 6:26 PM, James Mortensen <span dir="ltr">&lt;<a href="mailto:james.mortensen@synclio.com" target="_blank">james.mortensen@synclio.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div dir="ltr">Just to update this thread, I created the following Lua script:<div><br></div><div><div> print(&#39;hello world from lua&#39;)^M</div><div>print(_VERSION)</div><div>print(&quot;---\nREADY.&quot;)</div><div>

<br>
</div><div>and then ran it from the CLI.  The output was: </div><div><br></div><div><div>freeswitch@fs&gt; lua test.lua</div><div>hello world from lua</div><div>Lua 5.2</div><div>---</div><div>READY.</div><div><br></div>

<div>
Also, I found part of the answer to my problem. FreeSWITCH Lua was updated to 5.2 on Nov 12th, 2771498707c194c70cf25ad9473be66ef59cfb46, so I went ahead and grabbed the corresponding LuaXml library for version 5.2 not 5.1.</div>


</div><div><br></div><div><br></div><div><div>2013-12-12 02:12:42.615049 [ERR] mod_lua.cpp:199 multiple Lua VMs detected</div><div>stack traceback:</div><div><span style="white-space:pre-wrap">        </span>[C]: in ?</div><div>


<span style="white-space:pre-wrap">        </span>[C]: in function &#39;require&#39;</div><div><span style="white-space:pre-wrap">        </span>/usr/local/share/lua/5.2/LuaXml.lua:1: in main chunk</div><div><span style="white-space:pre-wrap">        </span>[C]: in function &#39;require&#39;</div>


<div><span style="white-space:pre-wrap">        </span>/opt/freeswitch/scripts/parser.lua:2: in main chunk</div></div><div><br></div><div class="gmail_extra">So now it&#39;s a matter of tracing down this error, which is where this mailing list post left off:  <a href="http://freeswitch-users.2379917.n2.nabble.com/Not-really-a-Freeswitch-issue-but-td7595250.html" target="_blank">http://freeswitch-users.2379917.n2.nabble.com/Not-really-a-Freeswitch-issue-but-td7595250.html</a></div>


<div class="gmail_extra"><br></div><div class="gmail_extra">I&#39;ll keep pounding away at this and update the list once I figure it out.</div><div class="gmail_extra"><span class="HOEnZb"><font color="#888888"><br clear="all">

<div><div dir="ltr"><div><br></div><div>
James</div></div></div></font></span><div><div class="h5">
<br><br><div class="gmail_quote">On Wed, Dec 11, 2013 at 4:05 PM, James Mortensen <span dir="ltr">&lt;<a href="mailto:james.mortensen@synclio.com" target="_blank">james.mortensen@synclio.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">


<div dir="ltr">Hello,<div><br></div><div>I just ran git pull and rebuilt FreeSWITCH, and now Lua is unable to locate the LuaXml library.</div><div><br></div><div><div>module &#39;LuaXml&#39; not found:</div><div><span style="white-space:pre-wrap">        </span>no field package.preload[&#39;LuaXml&#39;]</div>



<div><span style="white-space:pre-wrap">        </span>no file &#39;/usr/local/lib/lua/5.2/LuaXml.so&#39;</div><div><span style="white-space:pre-wrap">        </span>no file &#39;/usr/local/lib/lua/5.2/loadall.so&#39;</div><div>
<span style="white-space:pre-wrap">        </span>no file &#39;./LuaXml.so&#39;</div><div><br></div><div>and another:</div><div><br></div><div><div>module &#39;LuaXml&#39; not found:</div><div><span style="white-space:pre-wrap">        </span>no field package.preload[&#39;LuaXml&#39;]</div>



<div><span style="white-space:pre-wrap">        </span>no file &#39;./LuaXml.so&#39;</div><div><span style="white-space:pre-wrap">        </span>no file &#39;/usr/local/lib/lua/5.1/LuaXml.so&#39;</div><div><span style="white-space:pre-wrap">        </span>no file &#39;/usr/lib/x86_64-linux-gnu/lua/5.1/LuaXml.so&#39;</div>



<div><span style="white-space:pre-wrap">        </span>no file &#39;/usr/lib/lua/5.1/LuaXml.so&#39;</div><div><span style="white-space:pre-wrap">        </span>no file &#39;/usr/local/lib/lua/5.1/loadall.so&#39;</div></div><div>
<br></div><div>Note that in /usr/local/lib/lua/5.1 there is a LuaXML_lib.so, but no LuaXml.so.  </div><div><br></div><div>Those are example of one of the many error messages the system has been spitting out at me.  Tt&#39;s complaining about not finding a LuaXml.so despite none actually existing on the box and despite following the instructions in the wiki.</div>



<div><br></div><div>I already followed the instructions in <a href="http://wiki.freeswitch.org/wiki/Mod_lua" target="_blank">http://wiki.freeswitch.org/wiki/Mod_lua</a> for installing LuaXml via the luarocks package manager, so since that didn&#39;t work I tried including the library manually from the luaxml website.  Although the lua on the box can run the test.lua script successfully, I am not having luck in FreeSWITCH.</div>



<div><br></div><div>I also tried recompiling from scratch running the bootstrap and configure scripts.  No luck.</div><div><br></div><div>I&#39;ve also tried installing both Lua 5.1 and Lua 5.2.  I realize the wiki shows 5.1 being used, but I already tried that and moved onto trying other things.  Still working on trying to figure out what happened, but wanted to see if anyone else is having any trouble with this as well.  I realize Lua is embedded in FreeSWITCH, so I&#39;m a bit confused about why it can&#39;t find the library.</div>



<div><br></div><div>Using lua 5.2 on the box, I can run the test.lua script that users the library, what version of Lua does FreeSWITCH use?  I&#39;m not convinced it&#39;s using an embedded version of Lua based on the fact that I see it trying to use the paths from the Lua installed from apt-get.</div>


<span><font color="#888888">
<div><br></div><div><div dir="ltr"><div><br></div><div>James<br></div><div><br><div><br></div></div></div></div>
</font></span></div></div>
</blockquote></div><br></div></div></div></div></div>
</blockquote></div><br></div></div>