|
|||||||||||
|
Anyone using mod_perl/p5-DBI on -current/i386?
From: Dan Brosemer <odin(at)svartalfheim.net>
Date: Thu Feb 20 2003 - 19:21:22 EST
#!/usr/bin/perl -w
use lib '/var/www/siteconfig';
my $cgi = new CGI;
print $cgi->header;
Without the 'my $dbh = DBI->connect...', it works in mod_perl or at the commandline. With that line, it only works at the commandline. In mod_perl, Apache simply drops my connection and logs: [Thu Feb 20 19:14:51 2003] [notice] child pid 26850 exit signal Segmentation fault (11) Is anyone else experiencing this? TIA -Dan -- "Burnished gallows set with red Caress the fevered, empty mind Of man who hangs bloodied and blind To reach for wisdom, not for bread." -- Deoridhe GrimsdaughterReceived on Thu Feb 20 19:22:05 2003 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 13:43:00 EDT |
||||||||||
|
|||||||||||