On Mon, Jun 14, 1999, Patrick Harlin wrote:

> As I said in one of my previous mail, I used to get an error running 'make
> test' on mm-1.0.6 on AIX4.2, but when I . increased "#define
> MM_SHM_MAXSEGSIZE 0" in mm_conf.h to 32*1024 it seem to pass the test. On
> Solaris2.7 the test run fine without any changes.

Ah, MM_SHM_MAXSEGSIZE == 0?! Ouaahh... that shouldn't happen.  Crazy. Then the
Autoconf check for this variable already failed for you. Can you find out why?
There is large check AC_CHECK_MAXSEGSIZE inside configure.in/aclocal.m4 which
does some sort of a binary search to determine the maximum size. And it seems
either this test already fails to compile or outputs incorrect values.  I've
currently no access to AIX, so I cannot do it myself. Please try to find out
why this test fails.
                                       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