lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> 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