Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 28505 invoked from network); 11 Jan 2006 23:01:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Jan 2006 23:01:05 -0000 Received: (qmail 50710 invoked by uid 500); 11 Jan 2006 23:00:56 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 50647 invoked by uid 500); 11 Jan 2006 23:00:56 -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 50632 invoked by uid 99); 11 Jan 2006 23:00:56 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jan 2006 15:00:56 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of apache-dev@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jan 2006 15:00:55 -0800 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1Ewowv-0000eJ-8f for dev@httpd.apache.org; Thu, 12 Jan 2006 00:00:13 +0100 Received: from dslb-084-057-128-141.pools.arcor-ip.net ([84.57.128.141]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 12 Jan 2006 00:00:13 +0100 Received: from carsten_sttgt by dslb-084-057-128-141.pools.arcor-ip.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 12 Jan 2006 00:00:13 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: dev@httpd.apache.org From: "Carsten Wiedmann" Subject: Re: mod_dbd and Windows Date: Wed, 11 Jan 2006 23:42:44 +0100 Lines: 41 Message-ID: References: <8EEEDC0F-634E-459E-89EA-AC872326E3AA@jaguNET.com> <927F1824-0F8C-484E-96F0-DBCAE0C61FDB@jaguNET.com> <002001c612f6$53c67e50$0100a8c0@mother> <200601062055.09794.nick@webthing.com> Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: dslb-084-057-128-141.pools.arcor-ip.net X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2670 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Sender: news X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Nick Kew schrieb: > On Friday 06 January 2006 19:20, Steffen wrote: > > Several ppl tried it, but it crashes Apache or it looses connections, > > see: http://www.apachelounge.com/forum/viewtopic.php?t=52 > > > > To get it compiled, as i told you before, mysql.h has to be changed, > > see: http://www.apachelounge.com/forum/viewtopic.php?p=280#280 > > Looking at your URL, you've changed __WIN__ to __WIN32__ in mysql.h. > That seems to be something internal to MySQL itself, outside the > reach of the apr_dbd_mysql driver. I've also tried to use mod_dbd and MySQL on Windows with no luck. I don't must change "mysql.h" to compile the modules. Instead I must add this line in "apr_dbd_mysql.c": | #include before: | #include All build fine (Apache 2.2.0 / MySQL 5.0.18). But every time I access a secured page the Apache child process give up with: | [notice] Parent: child process exited with status 3221225477 -- Restarting. After the automatic restart of the child process and a refresh in the browser I can see the page. Next (an other) page the same thing. I don't know where is the problem. "mod_dbd" or "apr_dbd*"? BTW: Have you ever try to use mod_dbd with sqlite2 or sqlite3 on Windows? When i try to use this, I get this message at server startup (and during accessing a page): | [crit] (20014)Internal error: DBD: failed to initialise But I don't realy know if my configuration in "httpd.conf" is correct for SQLite (there are no examples...). Regards, Carsten Wiedmann