|
|
||
|
Hi,
I'm trying to compile Lua on an AIX machine with luasocket statically linked in, as I don't have dlopen there... but how do I convince the module system that the ".so"s of luasocket are already loaded, and what is the correct sequence of "require"s? The script that I am using is below - I'm quite sure that I'm close to the solution, but my brain is melting.
Regards, Diego.