Hi -
I am running Apache 2.0.47/mod_perl 1.99-dev-10-cvs
on SuSE Linux 8.2. I am trying to install and use
Apache::DBI.
1) I get this error in make test:
is($thread_1, $thread_2, "got the same connection both times");
It seems the I do not get the same connection.
2) The documentation says to configure mod_perl with:
perl Makefile.PL PERL_CHILD_INIT=1 PERL_AUTHEN=1 PERL_AUTHZ=1
PERL_CLEANUP=1 PERL_STACKED_HANDLERS=1
These are mod_perl 1 parameters. I could not find any
corresponding mod_perl 2 parameters.
3) ADBI Changes states:
0.90_02 January 10, 2003
- Changes to make Apache::DBI load and function under mod_perl
2.0. A few important notes: connect_on_init does not work yet...
Should I use 'connect' in my startup.pl?
Have any of you sucessfully installed and used ADBI under
mod_perl 2? Any advice on what I'm missing?
Aloha => Beau;