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
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
2 matches
Mail list logo