Rick Jansen wrote:
    # crashes:
    my $DB_Object = new BerkeleyDB::Hash
                      -Filename => $DB,
                      -Env  => $Env,
                      -Flags => DB_RDONLY ...

The rest of the flags here may be relevant.

To avoid name collisions the application is split in a main program
calling a run-routine from a separate module

Does one of these run before mod_perl forks? That would cause problems. Maybe the one above gets loaded at startup?


- Perrin

Reply via email to