Re: Apache::DBI 1.07 requires global $r - workaround?

2008-09-25 Thread Bryan-Kirk Reinhardt
Thanks everyone for the quick response. Yes. We tried this fix before we had contacted you, and now I just tried it again just to be sure I wasn't cross-eyed: PerlOptions +GlobalRequest -SetupEnv -ParseHeaders # Startup module sets @INC and does other initialization PerlRequire .../foo/star

Re: Apache::DBI 1.07 requires global $r - workaround?

2008-09-25 Thread Bryan-Kirk Reinhardt
Thanks Adam! UPDATE: Reverted back to 1.06 and Apache is loading now. whoohoo To revert, remove the following 1.07 items from the system /usr/lib/perl5/site_perl/5.8.8/Apache/AuthDBI.pm /usr/lib/perl5/site_perl/5.8.8/Apache/DBI.pm /usr/share/man/man3/Apache::AuthDBI.3pm /usr/share/man/man3/Apa

Re: Apache::DBI 1.07 requires global $r - workaround?

2008-09-24 Thread adam . prime
1.07 is broken. PGOLLUCCI said it was going to get reverted, but apparently it hasn't happened. see http://rt.cpan.org/Public/Bug/Display.html?id=36346 Adam Quoting Perrin Harkins <[EMAIL PROTECTED]>: On Wed, Sep 24, 2008 at 12:39 PM, Fred Moyer <[EMAIL PROTECTED]> wrote: I went ahead and

Re: Apache::DBI 1.07 requires global $r - workaround?

2008-09-24 Thread Perrin Harkins
On Wed, Sep 24, 2008 at 12:39 PM, Fred Moyer <[EMAIL PROTECTED]> wrote: > I went ahead and use 1.06 in my production setup. If you want to use 1.07, > you will need to include the GlobalRequest option in your config setup. It should be fine to use GlobalRequest. The warnings against it are outda

Re: Apache::DBI 1.07 requires global $r - workaround?

2008-09-24 Thread Fred Moyer
Hi Brian, Bryan-Kirk Reinhardt wrote: Howdy: We're trying to get Apache::DBI 1.07 going, and we ran into this problem posted by Fred (which is re-published in various places as ): http://www.gossamer-threads.com/lists/modperl/dev/97744 It wasn't clear how you all worked around this as the f