lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


	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