[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: help loading luasql
- From: Tomas Guisasola Gorham <tomas@...>
- Date: Fri, 1 Feb 2008 16:25:17 -0200 (BRST)
Hi Rob
> i just did a make followed by make install
And no errors nor warnings? What files were produced?
Have you checked the name of the module? You should use the
same name of the file in the call to `require' without the
extension and preceeded by the name of the package:
require"luasql.sqlite3" --> $LUA_PATH/luasql/sqlite3.so
Regards,
Tomás