Hello

        I'm trying to compile LuaSQL to use SQLite on a device that uses a
Blackfin CPU and the compact uClinux distribution.

I'm no expert with makefiles and cross-compiling, but I seem to have
managed to compile sqlite3.so successfully using the latest SQLite
source (3.7.3)... but here's what I get when I try to use it:

==============
> ./lua
Lua 5.1.4  Copyright (C) 1994-2008 Lua.org, PUC-Rio
> require "luasql.sqlite3"
error loading module 'luasql.sqlite3' from file
'/usr/lib/lua/5.1.4/luasql/sqlite3.so':
        Unable to resolve symbol
stack traceback:
        [C]: ?
        [C]: in function 'require'
        stdin:1: in main chunk
        [C]: ?
==============

I googled for more information, and happened upon this message:

"it appears that LuaSQL is only compatible with sqlite 3.4.x, and not
the newer 3.5.x tree that I originally tried. When I built a version
with sqlite 3.4.2, everything seems to work."

http://web.archiveorange.com/archive/v/Fh9mP8sLcLTXVqPsbUvG

Can someone confirm that LuaSQL doesn't support more recent versions
of SQLite? If that's the case, is there an alternative to LuaSQL to
use Lua with current SQLite?

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