[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Help a Windows guy in Linux land
- From: Keith Howe <nezroy@...>
- Date: Tue, 24 Jan 2006 14:47:10 -0700
> >> After compiling both Lua 5.1 (beta) and the luasql module I run the Lua
> >> command line and type:
> >>
> >>> require("odbc")
> >> error loading module 'odbc' (/lib/odbc.so: undefined symbol: luaL_module)
> >>
> >> This works fine under Windows.
> > It shouldn't. LuaSQL is not supposed to run on Lua 5.1.
> > Tomas
> >
> On 1/24/06, Mark Manyen <mark@woundedbadger.com> wrote:
> Update: I got it to work.
OK, so now I'm curious. Did you get it to work by resorting to a Lua
5.0 build, or did you add-in/enable Compat-5.1?
- Keith