On Tue, Feb 05, 2002 at 11:10:41PM -0500, Greg Ames wrote: > Has anyone tested this stuff on a system with Berkely DB? I would think that > would be a logical thing to do before yanking mod_auth_db.
FreeBSD's variant wasn't detected (I have to use BDB 4.0.14 for SVN, so I never use anything else). I just added autoconf magic to detect it. Please see the STATUS file in httpd-2.0 for revision numbers to retrieve for proper operation with DB1 files. I also found a bug in how we did the DB1 iteration and fixed that. If you are interested, you can use testdbm in apr-util/test like so: testdbm -t DB cat /home/apmail/bugdbaccounts to ensure that apr-util can read it correctly. And, if apr-util can read it, mod_auth_dbm better be able to. =) I tested with testdbm on daedalus, so we should be fine there. What would be a timeframe to try to go back to .31 with this fix in? As you can tell, we need the feedback, *but* we are getting a rather quick turnaround on any problems. =) -- justin
