[PHP] mod_perl php4 DBI->connect MySQL bomb segfault solved.

2001-07-31 Thread ard
Apache mod_perl children were segfaulting on this: DBI->connect('DBI:mysql:irrelevant:irrelevant', 'irrelevant', 'irrelevant'); (Literally) I fixed it by recompiling Msql-Mysql-modules against a newer version of the MySQL client library. If you are suf

[PHP] mod_perl + PHP, connect to MySQL -> segfault (signal 11)

2001-07-26 Thread ard
Heya folks. A few months ago my Apache children were crashing when they attempted a connect() to a MySQL database from mod_perl scripts, but only when PHP was compiled into Apache. There was no solution at the time, so we ditched PHP. Now we have a need for PHP once more, and I've moved to the