On Mon, Oct 12, 2020 at 10:45 AM Sathish Vijayan <sathish.vija...@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.