SA Bugzilla – Bug 3061
"sa-learn --norebuild" won't work w/out DBs already created
Last modified: 2004-02-18 07:04:41 UTC
--norebuild has sa-learn learn to the Bayes journal. this causes the learn() function to try to tie the Bayes DB in r/o mode. this causes a fatal error if there is no DB already in existence because the r/o version will not create a DB, so the tie fails, so the learn() fails, etc... and it turns out that the debug output (-D) doesn't tell you any of this.
taking the bug.
fixed in HEAD