MashMashy has asked for the wisdom of the Perl Monks concerning the following question:

The Apache::DBI install info says:

"Apache::DBI will not work unless mod_perl
was built with:
PERL_CHILD_INIT=1 PERL_STACKED_HANDLERS=1
or:
EVERYTHING=1"

My question is, A> how can I find out if this has been done, and B>if it wasn't, what should I expect?
  • Comment on Apache::DBI install needs 'everything=1', etc. how can I tell if this was done?

Replies are listed 'Best First'.
Re: Apache::DBI install needs 'everything=1', etc. how can I tell if this was done?
by Joost (Canon) on Feb 17, 2009 at 17:31 UTC
Re: Apache::DBI install needs 'everything=1', etc. how can I tell if this was done?
by perrin (Chancellor) on Feb 17, 2009 at 17:41 UTC
    That's not relevant for you because you're using mod_perl 2. (You have to because you have apache 2.)