On Mon, 24 Jan 2011 15:39:58 +0100, Gilles
<codecompl...@free.fr> wrote:
>There was no error during the compiling/linking. Should sqlite3.so be
>located in a specific directory, or does it require other files to
>work?

Apparently, Lua expects the module to be located under
/usr/local/lib/lua/5.1.4/luasql/.

After moving sqlite3.so there, I get the following error:

===========
/var/tmp> ./lua
Lua 5.1.4  Copyright (C) 1994-2008 Lua.org, PUC-Rio
> require "luasql.sqlite3"
./lua: can't resolve symbol '_luaL_ref'
===========

Does compiling LuaSQL for uClinux require some specific options?

Thank you.


_______________________________________________
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