Leo, > > Strange. The '-ErrFile => *STDOUT' was introduced with BerkeleyDB 0.26: > > * -Errfile will now accept a filehandle as well as a filename > > This means that -ErrFile => *STDOUT will get all extended error > > messages displayed directly on screen. > > It works fine here (using BerkeleyDB 0.34).
> Strange indeed. As I am not intimately familiar with perl, I can't > explain it, however, I have found that the \*STDOUT construct does > seem to work: > $env = BerkeleyDB::Env->new( > -Home => $db_home, -Flags => DB_INIT_CDB | DB_INIT_MPOOL, > -ErrFile => \*STDOUT, -Verbose => 1); Thanks, it makes more sense. Will change it for 2.6.1. Mark ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ AMaViS-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/
