Geoffrey,FYI, I was bitten by this last night when trying to install Krang. I finally found the problem and fixed it by commenting out the last 2 lines (it was late and I wanted to go to bed). I haven't tried your patch, but it looks like it will solve the problem.
DrewOn 11/1/05, Geoffrey Young <[
Thanks again for the varied responses.
My main concern right now is to get this thing running reliably with minimum
hassle. I've not had any connection related problems aprt from this "set names"
related stuff. For now I'll take the minor hit of an extra query per request and
issue "set names" eve
We are experiencing strange behavior with the
following code:
-SNIP-
#! /usr/bin/perl -w
$ENV{'MOD_PERL_API_VERSION'} = '2';use
strict;use Time::localtime;
my $foot = time();my $foo =
localtime($foot);
my $year = $foo->year() + 1900;my $headers =
<<"EOF";Content-type: text/