On Fri, Jul 30, 1999, [EMAIL PROTECTED] wrote:

> I am trying to compile the apache+mod_ssl-1.3.6+2.3.6 from the 
> freebsd ports collection. I keep running into an error.
> 
> mm-1.0.9, openssl-0.9.3a where compiled prior to this from the ports
> collection with no problem on freebsd 2.2.8.
> 
> If someone knows a fix that would be much appriciated.

First: you should update your ports files. The apache13-modssl port is already
at Apache 1.3.6 + mod_ssl 2.3.10.  Second: I do not get this error, although
I've to admit that I use FreeBSD 3.1 (perhaps FALSE is implicitly defined for
me) and ap_mm.h actually misses fallback defines for FALSE and TRUE.
So, when it still happens with 2.3.10, just add

#ifndef FALSE
#define FALSE 0
#define TRUE  !FALSE
#endif

to the top of src/include/ap_mm.h. 
It's now also fixed this way for the forthcoming 2.3.11 version.

                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to