Package: libapache2-mod-auth-mysql Version: 4.3.9-11 Severity: normal Hey there, After an update of apache2 in testing last weekend, it always crahses when I want to access a htaccess-protectet site which uses mod-mysql as authmethod. The login-box appears, but after I've entered (valid or invadil) data, apache2 crashes and I only get a white page.
My conf: /etc/apache2/conf.d/auth-mysql: > AuthMySQL_Info localhost user pass > Auth_MySQL_General_DB database > Auth_MySQL_AllowOverride off /etc/apache2/sites-available/authmysqltest: [...] > AuthType Basic > AuthName "authmysqltest" > AuthBasicAuthoritative Off > AuthUserFile /dev/null > AuthMySQL On > AuthMySQL_Authoritative on > AuthMySQL_Encryption_Types PHP_MD5 > Require valid-user [...] Log-output (LogLevel debug): > [info] Initial (No.1) HTTPS request received for child 3 (server > authmysqltest.example.com:443) > [debug] mod_auth_mysql.c(1715): Handling an authentication request for > section / > [debug] mod_auth_mysql.c(1756): Starting basic user auth for [testuser] in /, > child pid 30455 > [debug] mod_auth_mysql.c(1543): No DB connection open - firing one up > [debug] mod_auth_mysql.c(1289): Opening DB connection for / > [debug] mod_auth_mysql.c(1365): Persistent in / is 1 > [debug] mod_auth_mysql.c(1551): Correctly opened a new DB connection > [debug] mod_auth_mysql.c(1571): Constructing password collection query with > passfield=[passwd], table=[mysql_auth], userfield=[testuser], where_clause=[] > [debug] mod_auth_mysql.c(1409): sec->dbh in / is > [debug] mod_auth_mysql.c(1416): Ordinary query > [notice] child pid 30455 exit signal Segmentation fault (11) When I disable the authentication, everything just works fine, so I think this must be a bug from auth-mysql. Greets, Michael Vogt -- System Information: Debian Release: squeeze/sid APT prefers testing-proposed-updates APT policy: (500, 'testing-proposed-updates'), (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 2.6.30-1-amd64 (SMP w/2 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages libapache2-mod-auth-mysql depends on: ii apache2.2-common 2.2.12-1 Apache HTTP Server common files ii libc6 2.9-23 GNU C Library: Shared libraries ii libmysqlclient15off 5.0.51a-24+lenny1 MySQL database client library libapache2-mod-auth-mysql recommends no packages. libapache2-mod-auth-mysql suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

