I installed mm-1.1.3 and build and install apache with mm
support. However, when I type apachectl start, it fails with the following 
messages:
=======================================================================
Ouch! ap_mm_create(1048576, "/tmp/apache/logs/httpd.mm.29219") failed
Error: MM: mm:core: failed to memory map anonymous area (Invalid
argument): OS: No such file or directory 
bin/apachectl start: httpd could not be started
========================================================================

When I turn off mm in apache configure. It works fine.

The following are my bulid options(I do configure and make as a common
user, and su to root to make install)::
=======================================================================
mm-1.1.3: ./configure; make; make install

openssl-0.9.6: ./config; make; make install

mod_ssl-2.7.1-1.3.14:   ./configure \ 
                        "--with-apache=../apache_1.3.14" \
                        "--with-mm=SYSTEM" 

apache_1.3.14:  EAPI_MM="SYSTEM" \ 
                ./configure \ 
                "--prefix=/tmp/apache" \
                "--enable-module=ssl" \
                "--enable-shared=ssl" \
                "--enable-rule=SSL_SDBM" \
                "--enable-module=most" \
                "--enable-shared=max" \ 
                "--with-layout=Apache" 
=======================================================================

My platform is Mac OS X server 1.2, the following are uname -a result:
=======================================================================
Rhapsody test 5.6 Kernel Release 5.6: Tue Nov 23 15:07:38 PST
1999; root(rcbuilder):Objects/kernel-187.obj~2/RELEASE_PPC Copyright
(c) 1988-1995,1997-1999 Apple Computer, Inc. All Rights Reserved.  Power
Macintosh
=======================================================================

Anybody has good idea ?
(Email responses are preferred)

Jin
























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

Reply via email to