Dan Mahoney <[EMAIL PROTECTED]> wrote:
>I've got a weird problem here involving DBI under
>mod_perl.
>
[snip]

Hopefully you have a startup script you use to load various modules
into the server memory.  If so, could you add the following to it:

BEGIN {
  $ENV{DBI_TRACE} = 2;
}

This will cause DBI and Apache::DBI (as the case may be) to put a LOT
of information into the error file.  This might help pinpoint the
problem.  It sure helped me a lot.  Then, if it's not readily
apparent what the problem is, post the relavent output so we can take
another look at it.
-- 
James Smith <[EMAIL PROTECTED]>, 409-862-3725
Texas A&M CIS Operating Systems Group, Unix

Reply via email to