I'm quite sure that this happens because you're using mod_perl AND php compiled into the same apache. I've been running into this kind of trouble several times (on different machines with different apache/mod_perl/php versions - mod_perl was always compiled statically. I tried php statically and dynamically with built-in mysql-support and linked to my installed mysql libraries - nothing helped).
I finally gave up on this and am now running two separate apache servers (one for php, one for mod_perl) on my machine which kinda sucks :( -- Cheers, Tobias Zitat von Global Junk <[EMAIL PROTECTED]>: > I'm running Linux Apache/1.3.26 (Unix) mod_perl/1.26 > PHP/4.2.3 and MySQL. > > I'm trying to write a simple web (perl) application > that accesses a mysql database. I'm using DBI(). > When I access the site under normal Perl it works. > When I access the site under Mod_Perl I get: > > child pid 20524 exit signal Segmentation fault (11), > possible coredump in /usr/local/apache > > Does anyone have any ideas or links to help with > Mod_Perl and MySQL running together? > > Thanks. > > __________________________________ > Do you Yahoo!? > Protect your identity with Yahoo! Mail AddressGuard > http://antispam.yahoo.com/whatsnewfree > > -- > Reporting bugs: http://perl.apache.org/bugs/ > Mail list info: http://perl.apache.org/maillist/modperl.html > > > --------------------------------------------------- http://www.funkreich.de // may the funk be with you -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html