On Mon, Aug 28, 2006 at 01:18:46AM +0200, [EMAIL PROTECTED] wrote: > I am experiencing this bug also, and it looks to me as if it *is* related > to the libapache2-mod-auth-mysql package. I cannot find any Apache2 module > that is included, which is linked against libmysqlclient other than v15. > Only libapache2-mod-auth-mysql itself which is linked against > libmysqlclient v15. > > Also, when attaching gdb to the apache process, it show > /usr/lib/apache2/modules/mod_auth_mysql.so segfaulting.
Can you get a symbolified backtrace to show exactly where it's segfaulting? I know m-a-mysql doesn't ship with a debugging symbol table, but a rebuild should fix that. Note that there's been some ABI issues with libmysqlclient15 recently -- I'm not sure what the effect actually is, but it might be worth just making sure that you're running the very, very latest libmysqlclient15. > Is it possible that this behaviour is caused by the use of old style > passwords? I'd be awfully surprised if it were. Easy way to find out, though -- try using new-style passwords. <grin> - Matt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

