Re: LUA_CPATH=?.so versus LUA_CPATH=./?.so
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: LUA_CPATH=?.so versus LUA_CPATH=./?.so
- From: Asko Kauppi <askok@...>
- Date: 2007年10月21日 17:16:04 +0300
In short, this is how Unix/Linux work. Current directory has no such
special importance (in linking or loading programs) as in Windows. I
think this is for security reasons, mainly.
The real question is, should this be especially mentioned as part of
Lua documentation, since many users might not "see it coming",
especially if they're used to different behaviour on the Windows side
of things (even when using Lua).
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