On Wed, 22 Jun 2005, Philip Hazel wrote: > > With 99% confidence I'm pretty sure it's a BDB issue, because the very > next thing Exim does after writing that final debug line is to try to > open the BDB file. Maybe the OP's suggestion about different versions of > db.h is the answer. > > (I think I may put some more debugging into the code to make it even > more certain in future incidents.)
Another thing that is worth doing is to call DB->upgrade() after DB->open(). http://www.sleepycat.com/docs/ref/am/upgrade.html Tony. -- <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> http://dotat.at/ ${sg{\N${sg{\ N\}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}}\ \N}{([^N]*)(.)(.)(.*)}{\$1\$3\$2\$1\$3\n\$2\$3\$4\$3\n\$3\$2\$4}} -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
