From: Bill Stoddard Date: Mon, 15 May 2000 19:20:07 +0000 (+0000) Subject: Cannot build the pthread mpms on AIX 4.2.1 X-Git-Tag: APACHE_2_0_ALPHA_4~153 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ce613dde98a78caef82ed6139c79824f53e188b0;p=apache Cannot build the pthread mpms on AIX 4.2.1 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85215 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index fbb44827ec..e691d0d55c 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ Apache 2.0 STATUS: -Last modified at [$Date: 2000/05/07 00:40:38 $] +Last modified at [$Date: 2000/05/15 19:20:07 $] Release: @@ -26,12 +26,6 @@ RELEASE SHOWSTOPPERS: * Fix SAFEREAD. see - * MPMs should have responsibility for closing sockets and - registering the socket cleanup. Stop registering multiple - cleanups for each socket. Move socket close code out of - http_connection.c and into the MPMs. - Status: - * Put back resource limit code * suEXEC doesn't work @@ -65,6 +59,9 @@ RELEASE SHOWSTOPPERS: BIND v9. RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: + * Build scripts do not recognise AIX 4.2.1 pthreads, so the + pthread MPMs will not build. + * the top-level configure.in appears to use $USE_MAINTAINER_MODE = yes to set -Wall/etc. flags, and the APR configure.in appears to use --with-debug. both seem like more of a hardwired pain compaired