Am curious as to why you are not using pre-built distros.

-----Original Message-----
From: Eric Covener <[email protected]> 
Sent: Monday, May 3, 2021 10:42 AM
To: [email protected]
Subject: Re: [users@httpd] missing mod_ssl

On Mon, May 3, 2021 at 12:34 PM Hulio andres <[email protected]> wrote:
>
> compile from source.
> latest version 2.4.46

If you still have your source tree, check out config.nice and see if you 
enabled mod_ssl at build time (including
--enable-mods-shared=all|most)
Also make sure it wasn't built statically (apachectl -l)

config.log might give some hint about whether a dependency of mod_ssl was not 
found (e.g. --with-ssl)

For example httpd.spec for RPM based builds has:
        --enable-mods-shared=all \
        --enable-ssl --with-ssl

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



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

Reply via email to