Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 35173 invoked from network); 26 May 2004 16:42:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 26 May 2004 16:42:35 -0000 Received: (qmail 14316 invoked by uid 500); 26 May 2004 16:33:10 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 14159 invoked by uid 500); 26 May 2004 16:33:08 -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: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 14065 invoked by uid 98); 26 May 2004 16:33:08 -0000 Received: from apache-dev@m.gmane.org by hermes.apache.org by uid 82 with qmail-scanner-1.20 (clamuko: 0.70. Clear:RC:0(80.91.224.249):. Processed in 0.372986 secs); 26 May 2004 16:33:08 -0000 X-Qmail-Scanner-Mail-From: apache-dev@m.gmane.org via hermes.apache.org X-Qmail-Scanner: 1.20 (Clear:RC:0(80.91.224.249):. Processed in 0.372986 secs) Received: from unknown (HELO main.gmane.org) (80.91.224.249) by hermes.apache.org with SMTP; 26 May 2004 16:33:06 -0000 Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BT1Kb-0007hQ-00 for ; Wed, 26 May 2004 18:32:41 +0200 Received: from 207.164.160.106 ([207.164.160.106]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 26 May 2004 18:32:41 +0200 Received: from zarko_coklin by 207.164.160.106 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 26 May 2004 18:32:41 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: dev@httpd.apache.org From: "Zarko Coklin" Subject: Newbie: building module from scratch - need help Date: Wed, 26 May 2004 12:22:38 -0400 Lines: 16 Message-ID: Reply-To: "Zarko Coklin" X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 207.164.160.106 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1409 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Sender: news X-Spam-Rating: hermes.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi all! I am trying to build an Apache module from scratch. Let's pretend I built a new module. For that purpose I renamed server/mod_example.c to mod_zarko.c I want module to be included in httpd binary and not to be compiled as DSO. Question is: What do I do next to get to a point where I can enable this module during configuration? ('configure --enable-zarko') Thanks, Zarko