> > > I would like to load the following modules at start up (I have them in 
>startup.perl file

> > >    END failed--cleanup aborted.
> > > END {
> > >     DBI->trace_msg("    -> DBI::END\n", 2);                              ##LINE 
>311

wait, this happens at startup?  you must have mod_perl configured as a
dso, notice in the ToDo file:
- USE_DSO=1 --> END blocks are run at startup time

END blocks are normally not supposed to run until child_exit.
could be something related to that, try linking static instead of dso,
does the problem go away?

-Doug

Reply via email to