Bugs item #1387709, was opened at 2005-12-22 15:23 Message generated for change (Comment added) made by anadelonbrin You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1387709&group_id=61702
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: hammie Group: 1.0.4 >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: aikiaboy (aikiaboy) Assigned to: Nobody/Anonymous (nobody) Summary: dbm_type=db3hash is assumed to be dbhash when db exists Initial Comment: On SunOs (or any non-windows arch) The option dbm_type=db3hash is assumed to be dbm_type=dbhash when db exists. So bsddb is used instead of bsddb3 and things break when bsddb doesn't exist. settings file: =================== [globals] dbm_type=db3hash verbose=True [Headers] include_score=True [html_ui] display_adv_find=True [Storage] persistent_use_database=dbm persistent_storage_file=./hammie.db ---------------------------------------------------------------------- >Comment By: Tony Meyer (anadelonbrin) Date: 2006-04-02 23:56 Message: Logged In: YES user_id=552329 I've made a change (CVS is down at the moment, but I'll check it in soon) so that if dbm_type is non-default (i.e. not best) then whichdb isn't used, so that should fix this. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=498103&aid=1387709&group_id=61702 _______________________________________________ Spambayes-bugs mailing list [email protected] http://mail.python.org/mailman/listinfo/spambayes-bugs
