Opened 14 years ago
Last modified 7 years ago
#28492 new defect
p5-mail-spamassassin @3.2.5 +ssl sa-learn db_file module install problem
Reported by: | claus@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.2 |
Keywords: | Cc: | ryandesign (Ryan Carsten Schmidt) | |
Port: | p5-mail-spamassassin, p5-db_file |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
When trying to train spamassassin via sa-learn an error occurs. option -D reveals following line:
[56795] dbg: bayes: DB_File module not installed, cannot use bayes
SA's installation went well, no errors occured. Even added pp5-berkeleydb @0.31, but without effect on the problem.
Do you have any hint what to do?
Change History (3)
comment:1 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added |
---|---|
Description: | modified (diff) |
Keywords: | spamassassin perl db_file module removed |
Port: | p5-mail-spamassassin p5-db_file added |
comment:2 Changed 9 years ago by jmroot (Joshua Root)
There are a lot of different databases that the Bayes plugin can use, and p5-db_file only supports BDB. We either need variants or a note to tell the user to install the one they want to use (if any).
comment:3 Changed 7 years ago by grumpybozo (Bill Cole)
This has to be some sort of local config problem, since DB_File has been a Core module since (at least) 5.8.8.
Note: See
TracTickets for help on using
tickets.
Sounds like we need to resolve #28174 by adding a p5-db_file port, then add that as a dependency to p5-mail-spamassassin?