[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua 5.0 loadlib (on MacOS X)
- From: Tomas <tomas@...>
- Date: Wed, 14 May 2003 13:55:46 -0300 (BRT)
> Do you mean instead of the archive? (.a)
Yes.
> And then I link both my lua executable and my module against the dylib? That
> should work, but it should also be possible to do without it -- apache doesn't
> appear to have any .dylibs anywhere on my system, and it is still able to load
> its .so's, which make reference to symbols exported from the httpd binary.
Yes. It certainly works. Unfortunately I didn't
succeed compiling Apache to load its DSOs :-( What options did you set
to achieve this? Anyway if your httpd binary is exporting the symbols
you could do the same with Lua's executable too.
Tomas