Mailing List Archive

session crypto module in “httpd 2.4.25” version
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

quick reply will be much appreciable! ????

Regards,
Sathish Vijayan

Det här e-postmeddelandet kan innehålla personuppgifter om dig som sändare eller mottagare samt om andra personer. Information om hur vi på Tre behandlar personuppgifter finns att läsa på www.tre.se/gdpr.
Re: session crypto module in “httpd 2.4.25” version [ In reply to ]
On Mon, Oct 12, 2020 at 10:45 AM Sathish Vijayan <Sathish.Vijayan@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.