jim 00/01/14 10:47:56
Modified: . STATUS
Log:
Almost there...
Revision Changes Path
1.793 +1 -22 apache-1.3/STATUS
Index: STATUS
===================================================================
RCS file: /export/home/cvs/apache-1.3/STATUS,v
retrieving revision 1.792
retrieving revision 1.793
diff -u -r1.792 -r1.793
--- STATUS 2000/01/14 09:15:16 1.792
+++ STATUS 2000/01/14 18:47:52 1.793
@@ -1,5 +1,5 @@
1.3 STATUS:
- Last modified at [$Date: 2000/01/14 09:15:16 $]
+ Last modified at [$Date: 2000/01/14 18:47:52 $]
Release:
@@ -24,27 +24,6 @@
2.0 : In pre-alpha development, see apache-2.0 repository
RELEASE SHOWSTOPPERS:
-
- * HPUX binary build failure due to the fact that it is building
- libstandard.a and adding .so objects to the libstandard.a starting
- with mod_vhost_alias.so.
- Message-ID: <[EMAIL PROTECTED]>
- Status: Randy committed a temporary fix
- UPDATE: Keith Wannamaker reports that Ralf's patch to
- fix PR4974 has broken this again. Please see:
- <[EMAIL PROTECTED]>
- UPDATE: Ryan suggested that SHLIB_SUFFIX_NAME=sl be backed
- out. Jim has done this. However, there is still debate
- on the correct fix. At present, this seems to fix the
- symptom, but not the full problem, which is inherent
- in how the shared "functionality" was coded. Other
- suggested patches break other platforms. So it
- is entirely possible that this fix is the one we
- will ship with.
- UPDATE: Brian posted a patch which implements SHMOD_SUFFIX_NAME.
- This has been reported to work on OS/2 and HPUX.
- <[EMAIL PROTECTED]>
- Ryan +1
* HPUX build failure without -Ae provided to HPUX compiler as a CFLAG.
The error message states this flag is required for "long long" types