You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modules-dev@httpd.apache.org by Jarek Kucypera <ja...@netstellar.com> on 2008/02/12 02:13:30 UTC

Multi-file module and statically linked httpd

Is there a way to statically link a multi-file module ?
I have a pretty complex module consisting of many .c and .h files.
Usually I build it with apxs as a shared library, but for the sake
of profiling I need to link it into the main httpd executable.
I found --with-module option in the configure script, but it deals
with just single file modules, doesn't it ?

Regards,
J.K.