php-general | 2001072
Date: 08/01/01
- Next message: Philip Murray: "Re: [PHP] Share Session Vars on 2 servers"
- Previous message: Paul R. Jackson: "[PHP] Share Session Vars on 2 servers"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Philip Murray: "Re: [PHP] Share Session Vars on 2 servers"
- Previous message: Paul R. Jackson: "[PHP] Share Session Vars on 2 servers"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

