[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Trouble building/loading shared libraries
- From: Romulo Bahiense <romulo@...>
- Date: Wed, 03 May 2006 18:55:18 -0300
Check if your .so is located at the package.cpath and not package.path.
Probably, you are trying to load a c module instead of a Lua script file.
--rb