mongo_module.so: undefined symbol: lua_checkstack [message #1730562] |
Tue, 26 April 2016 12:25  |
Eclipse User |
|
|
|
Hi!
I have a problem with LDT & mongorover (driver of mongo for LUA). I place this line of code:
local MongoClient = require("mongorover.MongoClient")
and throw me this Exception:
Exception in thread "main" com.naef.jnlua.LuaRuntimeException: error loading module 'mongo_module' from file '/usr/local/lib/lua/5.2/mongo_module.so':
/usr/local/lib/lua/5.2/mongo_module.so: undefined symbol: lua_checkstack
at com.naef.jnlua.LuaState.lua_pcall(Native Method)
at com.naef.jnlua.LuaState.call(LuaState.java:585)
at org.eclipse.ldt.support.lua52.internal.interpreter.JNLua52Launcher.run(JNLua52Launcher.java:128)
at org.eclipse.ldt.support.lua52.internal.interpreter.JNLua52Launcher.main(JNLua52Launcher.java:148)
I have not this problem by means of line command in LUA. Could you help me?. I do not solve this problem. Thanks!
Kind regards,
Fidel
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04041 seconds