Thanks
FYI 
./configure --with-apxs=/usr/local/apache2/bin/apxs
./configure --with-apxs=/usr/local/apache/bin/apxs
 
back.but...@aol.com
 
 
-----Original Message-----
From: Dino Ciuffetti <d...@tuxweb.it>
To: users@httpd.apache.org
Sent: Thu, 29 Apr 2021 21:07
Subject: Re: [users@httpd] prebuilt mod_jk.so for apache2 2.4.46

 
Where am I likely to find mod_jk.so for apache 2.4.46 ?
Download source code from here: 
https://tomcat.apache.org/download-connectors.cgi

I tried to build it, first attempt./configure 
--with-apache=/home/pi/Downloads/httpd-2.4.46
 

You are trying to build a static module.
Why don't you try to build a shared module instead?

./configure --with-apxs=/usr/local/apache/bin/apxs
make
make install

 

Reply via email to