|
|
||
|
The samples in Lua documentation are right:
http://www.lua.org/manual/5.1/manual.html#pdf-package.loaders
-asko
Kurt Jung kirjoitti 21.10.2007 kello 13:37:
mpb wrote:
> It seems that LUA_CPATH=?.so is incorrect. Why? Is this > documented somewhere?
This is the correct behavior. See the description of 'dlopen' in dlopen's man page.
-- Kurt Jung