Hello,
I have Problems with mod-perl V. 1.24 working together with perl 5.6.0
and a script that use DBI.
I use Apache 1.3.12 with Linux.
As a CGI without mod_perl the script works fine (it is no Problem of my
database configuration).
With mod_perl I get a: [notice] child pid 652 exit signal Segmentation
fault (11)
as soon as i try to make a $dbh = DBI->connect(...);
What kind of problem is this?
Does mod_perl not cooperate with Perl 5.6.0 or is this a Problem of the
DBI-Module?
Hope someone can help.
best regards
Rolf