Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
What could be causing this error? I checked the docs and it doesn't seem like I am doing anything wrong. Thanks, Monks.BerkeleyDB::Env->new( -Flags => $flags | DB_CREATE | DB_RECOVER| DB_INIT_MPO +OL | DB_INIT_CDB, -Config => { DB_TMP_DIR => "home/test/workfiles/tmp" }, -Cachesize => 1024*1024, -Home => $env_dir );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: BerkeleyDB flags
by PodMaster (Abbot) on Sep 29, 2005 at 23:29 UTC |