Full_Name: Marco Teunissen van Manen Version: 2.3.6 OS: Linux (Slackware 3.5) Submission from: n16152.telekabel.nl (212.142.16.152) After configuring and setting up mod_ssl for module use with apache 1.3.6, I got a message stating that an error was detected on line 496 of mod_ssl.h in the apache/src/modules/ssl directoy. That line defines a struct/union member of type AP_MM. However, since ap_mm.h was NOT included, the compiler did not know what to do. Solution to overcome this minor problem: in the Apache section, add in the CORE PRIVATE the following line: #include "ap_mm.h" which will then automatically be used when compiling. Resides in apache/src/include and defines the type AP_MM. ______________________________________________________________________ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
