Re: compile mod_perl with Apache::DBI support

2005-05-02 Thread Michael Peters
jiesheng zhang wrote: > By this configuration, without the "use Apache::DBI ();" and with > "$Apache::DBI::DEBUG=1" in the startup.pl, I could not see the debug > output in the error log. looks like you hit it on the head. If you don't have $Apache::DBI::DEBUG=1 in your startup, then you wont see

Re: compile mod_perl with Apache::DBI support

2005-05-02 Thread jiesheng zhang
Perrin Harkins wrote: On Tue, 2005-05-03 at 00:21 +0800, jiesheng zhang wrote: I saw debug information in the apache log file after I added the use Apache::DBI to the startup.pl. However, this is not mentioned in the Apache::DBI documentation. The documentation only mentioned that I should add

Re: compile mod_perl with Apache::DBI support

2005-05-02 Thread Perrin Harkins
On Tue, 2005-05-03 at 00:21 +0800, jiesheng zhang wrote: > I saw debug information in the apache log file after I added the > > use Apache::DBI to the startup.pl. However, this is not mentioned in the > Apache::DBI documentation. The documentation only mentioned that I should add > PerlModule Apa

Re: compile mod_perl with Apache::DBI support

2005-05-02 Thread jiesheng zhang
Perrin Harkins wrote: On Mon, 2005-05-02 at 20:10 +0800, jiesheng zhang wrote: I indeed set the $Apache::DBI::DEBUG=2 in the /etc/apache2/mod_perl-startup.pl. However I did not see any debug output in the apache error log file Did you "use Apache::DBI" in your startup.pl or httpd.conf?

Re: compile mod_perl with Apache::DBI support

2005-05-02 Thread Perrin Harkins
On Mon, 2005-05-02 at 20:10 +0800, jiesheng zhang wrote: > I indeed set the $Apache::DBI::DEBUG=2 in the > /etc/apache2/mod_perl-startup.pl. However I did not see any debug output > in the apache error log file Did you "use Apache::DBI" in your startup.pl or httpd.conf? I think you're not under

Re: compile mod_perl with Apache::DBI support

2005-05-02 Thread jiesheng zhang
I am using the SuSE 9.1 which has apache 2.0 and mod_perl 1.99_12. I did not see any Apache::DBI debug information in the apache error log. jiesheng, please read the module's manpage: http://search.cpan.org/dist/Apache-DBI/DBI.pm To enable debugging the variable $Apache::DBI::DEBUG must be set

Re: compile mod_perl with Apache::DBI support

2005-05-01 Thread Stas Bekman
jiesheng zhang wrote: I am using the SuSE 9.1 which has apache 2.0 and mod_perl 1.99_12. I did not see any Apache::DBI debug information in the apache error log. jiesheng, please read the module's manpage: http://search.cpan.org/dist/Apache-DBI/DBI.pm To enable debugging the variable $Apache::DB

Re: compile mod_perl with Apache::DBI support

2005-05-01 Thread Jie Gao
On Mon, 2 May 2005, jiesheng zhang wrote: > Date: Mon, 02 May 2005 13:07:18 +0800 > From: jiesheng zhang <[EMAIL PROTECTED]> > To: modperl@perl.apache.org > Subject: compile mod_perl with Apache::DBI support > > I am using the SuSE 9.1 which has apache 2.0 and mod_perl

compile mod_perl with Apache::DBI support

2005-05-01 Thread jiesheng zhang
I am using the SuSE 9.1 which has apache 2.0 and mod_perl 1.99_12. I did not see any Apache::DBI debug information in the apache error log. I guessED the the mod_perl is not complied with the EVERYTHING=1 option. I then tried to compile the mod_perl to support Apache::DBI The perl configuration c