From: Justin Erenkrantz Date: Wed, 6 Feb 2002 08:44:13 +0000 (+0000) Subject: Note fixes so that DB1 on a FreeBSD box work with apr-util. X-Git-Tag: 2.0.32~51 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=40ee625cdcb327db9d1d63daa9012c97d9728acd;p=apache Note fixes so that DB1 on a FreeBSD box work with apr-util. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93282 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index a6ddcd7cc2..9259b1f59a 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2002/02/06 03:55:42 $] +Last modified at [$Date: 2002/02/06 08:44:13 $] Release: @@ -107,7 +107,10 @@ RELEASE SHOWSTOPPERS: Justin postulates that this might be related to the fact that mod_auth_dbm wasn't using apr-util. See modules/aaa/mod_auth_dbm.c revision 1.42 and - module/aaa/config.m4 revision 1.54. + module/aaa/config.m4 revision 1.54. Also, FreeBSD's DB + variant was not properly detected. See + apr-util/build/apu-conf.m4 revision 1.31 and + apr-util/dbm/apr_dbm_berkeleydb.c revision 1.17. * Madhu reports that the worker MPM doesn't shutdown nicely after a stress test.