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 suffering from this problem, make
sure you don't have libmysqlclient.so.9 lying about.

Easily diagnosed with "strace httpd -X"

I guess the moral of the story is to delete all your old libraries when
you upgrade your DB, and whip around recompiling everything that breaks
(sometimes a brave move).


This is fodder for the search engines, in case you couldn't tell.  I'm
crossing it to the PHP group because this problem has been mentioned
there before, because it only crops up when PHP is compiled into Apache.

-- 
_________________________________________________________________________
Andrew Donkin                  Waikato University, Hamilton,  New Zealand

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to