Re: DBI and Apache::DBI issues

2011-02-06 Thread Perrin Harkins
Hi Max, On Sat, Feb 5, 2011 at 10:01 PM, Max Pinton wrote: > But the issue I'm asking about today is with DBI (1.612) and Apache::DBI > (1.08). In my old configuration they worked fine, but after the upgrade I > started seeing tons of errors like this: > > DBD::mysql::st execute failed: Commands

Re: [RELEASE CANDIDATE]: mod_perl-2.0.5 RC2

2011-02-06 Thread Torsten Förtsch
On Thursday, February 03, 2011 00:19:10 Fred Moyer wrote: > Please take this for a whirl and report back +/- 1. I've got this > version running in all my production environments currently. > > http://people.apache.org/~phred/mod_perl-2.0.5-rc2.tar.gz > > md5sum - c5ba896a25ba52653836056b9bf34998

Re: DBI and Apache::DBI issues

2011-02-06 Thread Max Pinton
On Feb 6, 2011, at 8:20 AM, Perrin Harkins wrote: Are you running the worker MPM? Apache::DBI will do the right thing with prefork MPM, but I don't think it will work with threads. Nope, prefork: # apache2 -V Server version: Apache/2.2.16 (Debian) Server built: Nov 14 2010 18:14:55 Server's