> On 12 Feb 2020, at 20:13, edflecko . <[email protected]> wrote:
> 
> I'm trying to learn how to compile Apache 2.4.41 to include all of my modules 
> as static and not shared,

Any strong reason for that?  A Good Reason might be that you're building for 
some
specialist (perhaps IoT) device.  Bad reasons might be misguided ideas of 
security or
performance on a regular server.

If you really want that, you can disable mod_so, which is what the server uses
to load dynamic modules.

> but I'm having no success.

You've got your syntax wrong on all those --disable arguments.  No "mod_".

You'll also find it refuses to run without system security.  On Linux that 
means you
need mod_unixd, unless you're living on-the-edge with some third-party 
alternative.

-- 
Nick Kew


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to