[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Lua5.1 and Sqlite3
- From: "Voratima Orawannukul" <voratima@...>
- Date: Wed, 23 Aug 2006 17:41:56 -0700
Hey,
I'm wondering, can use Lua 5.1 with Sqlite3? Basically I have both Lua5.1.1
and Sqlite 3.3.6 on my Mac OS X 10.4.7. I must have done something wrong
when I try to install libluasqlite3, downloaded from
http://www.nessie.de/mroth/lua-sqlite3/lua-sqlite3-0.4.1.tar.gz.
When I tried ?make check?, I got this messages:
/usr/local/bin/lua: ./libluasqlite3-loader.lua:47: file is not a bundle
stack traceback:
[C]: in function 'assert'
./libluasqlite3-loader.lua:47: in function 'load_libluasqlite3'
./sqlite3.lua:49: in main chunk
[C]: in function 'require'
./tests-sqlite3.lua:30: in main chunk
[C]: in function 'require'
tests.lua:32: in main chunk
[C]: ?
make: *** [check] Error 1
Any help is deeply appreciated.
--Voratima