You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Eric Covener <co...@gmail.com> on 2020/10/12 14:53:25 UTC

Re: [users@httpd] session crypto module in “httpd 2.4.25” version

On Mon, Oct 12, 2020 at 10:45 AM Sathish Vijayan <Sa...@tre.se>
wrote:

> Hi,
>
>
>
> Anyone installed session crypto module in “httpd 2.4.25” version. What are
> the steps to follow?
>
> I tried the below command and got the error:
>
>
>
> ./apxs -i -c  /httpd-2.4.25/modules/session/mod_session_crypto.c
>
>
>
> /httpd-2.4.25/modules/session/mod_session_crypto.c:32:2: error: #error
> Crypto support must be enabled in APR
>
> apxs:Error: Command failed with rc=65536
>

You need to build APR with crypto support. APR is a dependency of httpd.