I didn't actually say that the configuration works. It'll be some time
before I know that for sure. But it does compile and link :-)
If I understand correctly, DSO is described in Apache INSTALL file as
optional.
I have seen references in the jk code to dl related functions (and
actually -ldl needs to be specified to link mod_jk into Apache
successfully) and now I'm not sure if statically linking the module
would affect it (and my limited knowledge suggests it shouldn't, but I
could be dead wrong here).
If it's not too much trouble, would you be able to explain why
(technically) static linking isn't supported in mod_jk before I waste
too much time on testing.
Regards,
Bojan
> Static linking was not an intended supported configuration, so there was no need
> to document it. The fact that it works at all means you are lucky.
>
> Craig McClanahan