On 12/20/05, Drew Tomlinson <[EMAIL PROTECTED]> wrote: > > I suspect I have a corrupted bayes token database for SpamAssassin. > 'file' says it's a Berkeley DB 1.85 hash file. I googled for ways to > repair it and came across many references to a man page for the db_dump > utility. I don't seem to have this on my system. > > The man page states that db_dump is not always built when the libraries > are installed and I should see my system administrator for further > information. Since I am the sys admin for this box and don't have any > further information, I'm hoping some one else does. > > How can I build and install this utility and the corresponding db_load? > I'm clueless. > > Thanks, > > Drew > > -- > Visit The Alchemist's Warehouse > Magic Tricks, DVDs, Videos, Books, & More! > > http://www.alchemistswarehouse.com > > _______________________________________________ > [email protected] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to " > [EMAIL PROTECTED]" >
You could try to install the db42 port. It contains these kinds of utility: /var/db/pkg/db42-4.2.52_4/+CONTENTS:share/doc/db42/utility/db_archive.html /var/db/pkg/db42- 4.2.52_4/+CONTENTS:share/doc/db42/utility/db_checkpoint.html /var/db/pkg/db42-4.2.52_4/+CONTENTS:share/doc/db42/utility/db_deadlock.html /var/db/pkg/db42-4.2.52_4/+CONTENTS:share/doc/db42/utility/db_dump.html /var/db/pkg/db42-4.2.52_4/+CONTENTS:share/doc/db42/utility/db_load.html /var/db/pkg/db42-4.2.52_4/+CONTENTS:share/doc/db42/utility/db_printlog.html /var/db/pkg/db42-4.2.52_4/+CONTENTS:share/doc/db42/utility/db_recover.html /var/db/pkg/db42-4.2.52_4/+CONTENTS:share/doc/db42/utility/db_stat.html /var/db/pkg/db42-4.2.52_4/+CONTENTS:share/doc/db42/utility/db_upgrade.html /var/db/pkg/db42-4.2.52_4/+CONTENTS:share/doc/db42/utility/db_verify.html Greetings Valerio _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
