[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: dependencies between C modules, RTLD_GLOBAL
- From: Josh Haberman <jhaberman@...>
- Date: Wed, 13 May 2015 13:10:34 -0700
Thanks for all the info here!
On Wed, May 13, 2015 at 1:02 PM, William Ahern
<william@25thandclement.com> wrote:
> The solution I gave above should implement precisely this. However, it
> requires Lua 5.2+.
How many people are still on Lua 5.1? 5.2 has been out for almost 4
years now. And LuaJIT supports the package.loadlib(name, "*") feature.
I am favoring this solution for now (what you posted is roughly
equivalent to what I was thinking of doing).