OK Chris,
I have to be nearing the finish line on mod_jk. Sitting in
tomcat-connectors-1.2.37-src/native and running your configuration command I
get:
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.
I have the following packages:
gcc.x86_64 4.4.7-3.el6
gcc-c++.x86_64 4.4.7-3.el6
httpd-devel.x86_64 0:2.2.15-28.el6_4
apr-devel.x86_64 0:1.3.9-5.el6_2
apr-util-devel.x86_64 0:1.3.9-3.el6_0.1
What am I missing?
---
Thanks,
Burton L. Smith
w:801-584-6164
c:801-201-2897
-----Original Message-----
From: Christopher Schultz [mailto:[email protected]]
Sent: Wednesday, May 22, 2013 8:48 AM
To: Tomcat Users List
Subject: Re: Where is a good SSL/TLS
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Burton,
On 5/22/13 10:36 AM, Christopher Schultz wrote:
> Instead, you'll need to install a handful of other packages to support
> it. From memory, I think you need a few of these, and possibly other
> dependencies:
>
> gcc (which you almost certainly already have installed) make (which
> you almost certainly already have installed) httpd-devel apr-devel
- From a stock Amazon Linux 2013.03, I had to install:
gcc
gcc-c++
httpd-devel
(apr-devel and apr-util are dependencies for httpd-devel)
At this point, ./configure and make ran without a problem:
$ ./configure --with-apxs=/usr/sbin/apxs $ make
It took 18 seconds to build mod_jk 1.2.37 on a t1.micro instance.
- -chris