You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Rolf Stoll <Ro...@t-online.de> on 2000/06/13 10:51:42 UTC

Re: mod_perl, Perl 5.6 .0 & DBI

On Mon, Jun 12, 2000 at 09:48:25AM +0200, Rolf Stoll wrote:
> > 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(...);

> For me, I solved the problem by configuring PHP4
> with --with-mysql=/usr/local, which forced it to use the
> libmysqlclient
> in /usr/local/lib/mysql, and things were much happier.
> -- Jake Buchholz

Thank You for solving the Problem. With Your advices mod_perl works for
me fine with DBI on my MySQL-database. That PHP 4.0 is the reason for my
problems I had never thought. Great.