Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 96761 invoked from network); 8 Feb 2011 13:54:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Feb 2011 13:54:52 -0000 Received: (qmail 40039 invoked by uid 500); 8 Feb 2011 13:54:51 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 39590 invoked by uid 500); 8 Feb 2011 13:54:48 -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 39574 invoked by uid 99); 8 Feb 2011 13:54:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Feb 2011 13:54:47 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of zdavatz@gmail.com designates 209.85.216.45 as permitted sender) Received: from [209.85.216.45] (HELO mail-qw0-f45.google.com) (209.85.216.45) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Feb 2011 13:54:43 +0000 Received: by qwk4 with SMTP id 4so4368078qwk.18 for ; Tue, 08 Feb 2011 05:54:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type:content-transfer-encoding; bh=bGFfe9VcOBcAT96qiGiiX01wJJoIhLW99NhT+IB7PbQ=; b=HG0RleU+XUHd0kWZilfdDQW2uUuM0280sJhd9TwkNhksRVTPRZhCjjk7C6iVjzDhun rWjr0isi44ShbLAXQxK6khWaoPCQ8ymJq3wH+Bi71NxhWtvyzmhS38DY9fWK8AvOV4x2 UbpSiuC904snbus8HaN6BBrKUwsE8APmstttA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=SxNBLWJJDwOxUFowp8wCgwA2Ksz76KFYWNMmLwng+MQo2+vVXZt4yYPJ0ZHV04GSeT 8T7i+EEfvMh9+hQgaEn6yGgVPCzsbRGJ+SvnuYvjUMa1uu1BDKT3EVDL9TNeNvKzhPOi ymlYDED8oefUFOUoFDuVHFoFF4Whcmd8GBLpA= MIME-Version: 1.0 Received: by 10.229.235.147 with SMTP id kg19mr11977357qcb.61.1297173262146; Tue, 08 Feb 2011 05:54:22 -0800 (PST) Received: by 10.229.226.3 with HTTP; Tue, 8 Feb 2011 05:54:22 -0800 (PST) In-Reply-To: <2f0cedb8-34c2-4605-aee0-4f6ad88c2a74@iris> References: <2f0cedb8-34c2-4605-aee0-4f6ad88c2a74@iris> Date: Tue, 8 Feb 2011 14:54:22 +0100 Message-ID: Subject: Re: Loadable Module debugging Apache 2.2.17 Windows. From: Zeno Davatz To: dev@httpd.apache.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Dear Igor 2011/2/8 Igor Gali=C4=87 : >> As explained here >> >> http://dev.ywesee.com/wiki.php/Apache/Libapr-1 >> >> I have build mod_ruby.so against MinGW and the Windows-Installer lib >> and include files. The module compiled fine. >> >> Apache 2.2.17 on Windows starts fine from the commandline if I type >> "httpd". Also >> >> httpd -M shows me that the Ruby Module was loaded: >> >> http://url.ba/yxgf >> >> -but- >> >> if I try to start Apache from Windows GUI (bottom right corner) >> Apache >> will not start. The Windows System Protocol tells me that the Module > > Can you start it "manually" from the console? > > http://httpd.apache.org/docs/current/invoking.html > http://httpd.apache.org/docs/current/platform/windows.html#wincons Yes, I can start it manually from the console. C:\Apache2.2\bin is in my path and if I type httpd into the console Apache 2.2.17 starts and I also get an "It works!" if I type localhost into the URL-Bar of the Browser., >> mod_ruby.so could not be loaded. If I open mod_ruby.so with > > Usually it will tell you a reason why something cannot be loaded. Yes, that is the strange part as starting from the console works but staring from the GUI does not work. Best Zeno