lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Thanks for the help.

After installing the libsqlite3-dev package through apt-get, LuaRocks
did compile the rocks package successfully.

Turns out the web server already has SQLite compiled into its binary,
so the sqlite3 object is already available and the following line
should be removed for SQLite to work as planned:

"sqlite3 = require('lsqlite3')"

Thank you.