On Fri, Jun 11, 1999, Ralf Meuser wrote:

> When I try to compile apache I get the following error :
> 
> ===> src/modules/ssl
> cc -c  -I../../os/unix -I../../include   -DSOLARIS2=270 -DMOD_SSL=203103 -DE
> API `../../apaci` -DSSL_COMPAT -I
> /usr/local/src/openssl-0.9.3a/include -DMOD_SSL_VERSION=\"2.3.3\" mod_ssl.c
> "./mod_ssl.h", line 492: syntax error before or at: AP_MM
> "./mod_ssl.h", line 492: cannot recover from previous errors
> cc: acomp failed for mod_ssl.c
> *** Error code 2
> make: Fatal error: Command failed for target `mod_ssl.o'
> Current working directory /d0/local/src/apache_1.3.6/src/modules/ssl
> *** Error code 1
> make: Fatal error: Command failed for target `all'
> Current working directory /d0/local/src/apache_1.3.6/src/modules
> *** Error code 1
> make: Fatal error: Command failed for target `subdirs'
> Current working directory /d0/local/src/apache_1.3.6/src
> *** Error code 1
> make: Fatal error: Command failed for target `build-std'
> Current working directory /d0/local/src/apache_1.3.6
> *** Error code 1
> make: Fatal error: Command failed for target `build'
> 
> Can somebody help me ? ?

Seems like mod_ssl and especially EAPI wasn't correctly added to your Apache
source tree.  the AP_MM is in ap_mm.h and this _IS_ included.  Check for
ap_mm.h in src/include/, perhaps it's missing?

                                       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