RE: FW: Apache::DBI Failed due to +GlobalRequest

2009-09-13 Thread Kulasekaran, Raja
:54 PM To: mod_perl list Cc: Kulasekaran, Raja Subject: Re: FW: Apache::DBI Failed due to +GlobalRequest I've run into this before. It's a bug in v1.07 of Apache::DBI Open up the Apache/DBI.pm source file (on one of my test systems it's installed in /usr/lib/perl5/site_perl/5.8.8/Apache/DBI.pm

RE: FW: Apache::DBI Failed due to +GlobalRequest

2009-09-12 Thread Kulasekaran, Raja
Subject: Re: FW: Apache::DBI Failed due to +GlobalRequest Kulasekaran, Raja wrote: Hi, I have configured with my apache 2.2 with Mod perl. When I tried to use Apache::DBI for persistent Database connection, It shows the below error [Thu Sep 10 14:39:30 2009] [error] Global $r

Re: FW: Apache::DBI Failed due to +GlobalRequest

2009-09-12 Thread André Warnier
Kulasekaran, Raja wrote: Hi, Thanks for your mail. I did tried. It's not working . Yes, I am sorry. I did not look close enough at the following error : [Thu Sep 10 14:39:30 2009] [error] Global $r object is not available. Set:\n\tPerlOptions +GlobalRequest\nin httpd.conf at

Re: FW: Apache::DBI Failed due to +GlobalRequest

2009-09-12 Thread Brad Van Sickle
I've run into this before. It's a bug in v1.07 of Apache::DBI Open up the Apache/DBI.pm source file (on one of my test systems it's installed in /usr/lib/perl5/site_perl/5.8.8/Apache/DBI.pm) aind the following block of code: / if (!$Rollback{$Idx}) { my $r; if (MP2) {

RE: FW: Apache::DBI Failed due to +GlobalRequest

2009-09-12 Thread Kulasekaran, Raja
of Apache::DBI 1.07 ? Thanks, Raja From: Brad Van Sickle [mailto:bvs7...@gmail.com] Sent: Saturday, September 12, 2009 7:54 PM To: mod_perl list Cc: Kulasekaran, Raja Subject: Re: FW: Apache::DBI Failed due to +GlobalRequest I've run into this before. It's a bug in v1.07 of Apache::DBI

Re: FW: Apache::DBI Failed due to +GlobalRequest

2009-09-12 Thread Adam Prime
Kulasekaran, Raja wrote: Hi, Great. I guess this might solve the problem. I had found in one of the forum stating that we can write a handler which generates the “$r” global object before initiate the Apache::DBI connection . Is that possible ? . Otherwise, Shall I install

FW: Apache::DBI Failed due to +GlobalRequest

2009-09-11 Thread Kulasekaran, Raja
Hi, I have configured with my apache 2.2 with Mod perl. When I tried to use Apache::DBI for persistent Database connection, It shows the below error [Thu Sep 10 14:39:30 2009] [error] Global $r object is not available. Set:\n\tPerlOptions +GlobalRequest\nin httpd.conf at