Jonas Meurer wrote: > > After investigating the bug and conversation with the python-mysqldb > upstream author, I'm quite sure that the problem is the php4 apache > module, or even better, it's mysql extension.
We don't use the internal mysql library, we use one of the Debian ones, however we use libmysqlclient12, and there's a fair chance you're using libmysqlclient14, and all hell has broken loose. Symbol versioning has recently been added to these libraries, so as packages get rebuilt, everything should settle again, and the segfaults will go away. ... Adam -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

