Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 10413 invoked from network); 12 Nov 2006 01:14:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Nov 2006 01:14:39 -0000 Received: (qmail 97585 invoked by uid 500); 12 Nov 2006 01:14:47 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 97146 invoked by uid 500); 12 Nov 2006 01:14:46 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 97135 invoked by uid 99); 12 Nov 2006 01:14:45 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Nov 2006 17:14:45 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,UPPERCASE_25_50 X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [212.227.126.188] (HELO moutng.kundenserver.de) (212.227.126.188) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Nov 2006 17:14:31 -0800 Received: from [213.196.254.120] (helo=PREFECT2) by mrelayeu.kundenserver.de (node=mrelayeu6) with ESMTP (Nemesis), id 0ML29c-1Gj3vC36WT-0004bG; Sun, 12 Nov 2006 02:14:09 +0100 Message-ID: <01b701c705f7$d9fc9aa0$03a8a8c0@PREFECT2> From: "Sascha Kersken" To: Subject: httpd 2.2.3 segfaults using mod_authn_dbd/sqlite Date: Sun, 12 Nov 2006 02:14:04 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2869 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2962 X-Provags-ID: kundenserver.de abuse@kundenserver.de login:b492f7b27532111b8765fd94bfd9da33 X-Virus-Checked: Checked by ClamAV on apache.org Hi, when I try to use mod_authn_dbd with sqlite3 driver (the mysql driver doesn't compile at all with any of the partly contradictory instructions on the web, btw), I encounter the following segfault message: /usr/local/apache2/bin/apachectl: line 78: 24956 Segmentation fault $HTTPD -k $ARGV The operating system is SUSE Linux 10.1. I compiled the server myself; here's the setup: Server version: Apache/2.2.3 Server built: Nov 1 2006 21:24:12 Server's Module Magic Number: 20051115:3 Server loaded: APR 1.2.7, APR-Util 1.2.7 Compiled using: APR 1.2.7, APR-Util 1.2.7 Architecture: 32-bit Server MPM: Prefork threaded: no forked: yes (variable process count) Server compiled with.... -D APACHE_MPM_DIR="server/mpm/prefork" -D APR_HAS_SENDFILE -D APR_HAS_MMAP -D APR_HAVE_IPV6 (IPv4-mapped addresses enabled) -D APR_USE_SYSVSEM_SERIALIZE -D APR_USE_PTHREAD_SERIALIZE -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT -D APR_HAS_OTHER_CHILD -D AP_HAVE_RELIABLE_PIPED_LOGS -D DYNAMIC_MODULE_LIMIT=128 -D HTTPD_ROOT="/usr/local/apache2" -D SUEXEC_BIN="/usr/local/apache2/bin/suexec" -D DEFAULT_PIDLOG="logs/httpd.pid" -D DEFAULT_SCOREBOARD="logs/apache_runtime_status" -D DEFAULT_LOCKFILE="logs/accept.lock" -D DEFAULT_ERRORLOG="logs/error_log" -D AP_TYPES_CONFIG_FILE="conf/mime.types" -D SERVER_CONFIG_FILE="conf/httpd.conf" This is the dbd/authn_dbd part of httpd.conf: DBDriver sqlite3 DBDParams "/usr/local/apache2/conf/_htusers" DBDMin 1 DBDKeep 2 DBDMax 5 DBDExpTime 30 AuthType Basic AuthName Test AuthBasicProvider dbd Require valid-user AuthDBDUserPWQuery "select pass from htusers where user=%s" Did anyone encounter anything similar? Did I make a mistake, or is it a bug? Thanks in advance Sascha P.S.: I tried to send this question to the users' mailing list a few days ago but unfortunately I got no reply.