On 25 Nov 2002, Jan Theofel wrote:
> Hello,
>
> I have another problem using Perl::PerlRun with a startup file in
> apache. The line added to the apache configuration file was:
>
> PerlRequire /home/www/[...]/shop/engine/apachestartup.pl
>
> (Re)starting apache results in the following segmentation fault:
[ .. ]
> As soon as I remove the comment one of the modules which have a # at
> their line, I get the segmantation fault. (All modules named eq* are my
> own modules for that shop.)
>
> --- snip ---
> #!/usr/bin/perl -w
>
> $ENV{MOD_PERL} or die "ERROR: not running under mod_perl.\n";
>
> use lib "/home/www/[...]/shop/engine/";
> use strict;
>
> # use these Perl modules
> use Apache::PerlRun;
> # use Apache::DBI;
Do you have the latest DBI (1.30), and also the latest
appropriate DBD::* driver? If not, try upgrading to see if that
helps.
--
best regards,
randy kobes