On Tue, Nov 30, 2010 at 10:04 PM, Gilles <codecompl...@free.fr> wrote:
> On Tue, 30 Nov 2010 13:26:11 -0200, Fabio Mascarenhas
> <mascaren...@acm.org> wrote:
>>Depends... can you paste a log of your luasql.sqlite3 build?
>
> The compile went OK without setting the DRIVERS_LIBS variable. I'll
> post the output tomorrow.
>
> One basic question, though before I hit the sheets: Am I correct in
> understanding that LuaSQL is just an interface, and we must first
> compile the database binaries?

Yes, each LuaSQL adapter depends on the corresponding client driver
(libmysqlclient, libsqlite, etc).

> If that's the case, should I compile SQLite as a static library
> (sqlite3.a) or shared (sqlite3.so)?

I would go with what your distro provides... in Windows I compile
SQLite statically so I only have to deal with one DLL, LuaSQL's.

--
Fabio Mascarenhas

_______________________________________________
Kepler-Project mailing list
Kepler-Project@lists.luaforge.net
http://lists.luaforge.net/cgi-bin/mailman/listinfo/kepler-project
http://www.keplerproject.org/

Reply via email to