dougm 98/09/11 09:35:08
Modified: . STATUS
Log:
a +1 for Ken's error-notes/ap_log_error patch
notes on mod_perl/dso problem
Revision Changes Path
1.464 +7 -1 apache-1.3/STATUS
Index: STATUS
===================================================================
RCS file: /export/home/cvs/apache-1.3/STATUS,v
retrieving revision 1.463
retrieving revision 1.464
diff -u -r1.463 -r1.464
--- STATUS 1998/09/10 17:45:05 1.463
+++ STATUS 1998/09/11 16:35:07 1.464
@@ -62,7 +62,7 @@
Avoids special-casing the setting everywhere, and allows sensitive
error_log-only messages to be kept out of *ERROR_NOTES.
Message-ID: <[EMAIL PROTECTED]>
- Status: Ken +1
+ Status: Ken +1, Doug +1
* Patches for the DSO/mod_perl problem (see below for description):
@@ -73,6 +73,12 @@
that only mod_perl is broken under DSO while other
module work. I really want to see mod_perl working
with DSO....
+
+ Doug says: this patch only cured Solaris, under linux and irix
+ the brokeness remains, but is a core dump in dlclose() of the
+ perl_module.dynamic_load_handle
+ comment out mod_so.c:register_cleanup()->unload_module()
+ and mod_perl's 'make test' passes 100%
Ralf's "[PATCH] Fix module init"
This fixes the mod_so/mod_perl problems described under "FINAL RELEASE