LuaSQLite3

View Ticket
Login

View Ticket

Ticket Hash: f36c9e700c96b22a235a2e715708fc273bc0ba00
Title: Does this library work with luajit?
Status: Closed Type: Build_Problem
Severity: Important Priority: Immediate
Subsystem: Resolution: Works_As_Designed
Last Modified: 2018-06-30 14:47:32
Version Found In:
User Comments:
anonymous added on 2017-04-06 07:44:47:
Hi,

Is it possible to run luasqlite3complete with luajit? 

After installing the library with luarocks I tested running it with luajit repl and got the following error:- 

error loading module 'lsqlite3complete' from file './lsqlite3complete.so':
	./lsqlite3complete.so: undefined symbol: luaL_setfuncs


Can this library be compiled with luajit? If so could you let me know how? 

Thanks.
Akshat

e added on 2018-06-30 14:47:32:
No, this library is not intended for use with LuaJIT. LuaJIT has one or more SQLite libraries that take advantage of its FFI features.