[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-developers] Perl DBI on MIPS (Qube2)
- Subject: Re: [cobalt-developers] Perl DBI on MIPS (Qube2)
- From: Christopher Young <cyoung@xxxxxxxxxx>
- Date: Fri Sep 22 10:23:18 2000
> Have you inspected the Apache error logs? (/etc/httpd/logs/)
> What version of Perl do you have installed? (My 1.14 requires 5.004. Prompt>
> perl -v)
I have perl 5.004 as well. Good to know that you have DBI 1.14
working successfully. I always forget to check the home-error log and
sure enough I see something interesting there.
[Thu Sep 21 08:25:42 2000] [notice] child pid 32010 exit signal
Segmentation fault (11)
Had to create DBD::mysql::dr::imp_data_size unexpectedly at
/usr/lib/perl5/site_perl/DBI.pm line 687.
Had to create DBD::mysql::db::imp_data_size unexpectedly at
/usr/lib/perl5/site_perl/DBI.pm line 687.
dbih_clearcom: DBI handle already cleared (h 0x10732c1c, com
0x107390a8):
FLAGS 0x102e50c8: ChopBlanks RaiseError Taint
TYPE 1283
What this might mean is still a mystery to me but at least it's a
clue.
Might I ask what version of the MySQL DBI driver you have?
/cky