Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 5721 invoked from network); 31 Mar 2006 15:37:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 31 Mar 2006 15:37:43 -0000 Received: (qmail 14069 invoked by uid 500); 31 Mar 2006 15:37:39 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 14001 invoked by uid 500); 31 Mar 2006 15:37:38 -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 13990 invoked by uid 99); 31 Mar 2006 15:37:38 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Mar 2006 07:37:38 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of andrzej.kwiatkowski@gmail.com designates 66.249.92.193 as permitted sender) Received: from [66.249.92.193] (HELO uproxy.gmail.com) (66.249.92.193) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Mar 2006 07:37:38 -0800 Received: by uproxy.gmail.com with SMTP id m3so403167ugc for ; Fri, 31 Mar 2006 07:37:16 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=UV7CSpDNaaWTJ3HTBvmsS+Fm3cdxeFJaTrjt0FcvxmI4ncuWLnRvvcHwlSUOM2EhobIpUMYjEr6U2LLoezHPN95VW+Ql9IZrZW71tAVVPwJ8Td/SDzZjYbs5YZd3ZB8eK84Ic8C/xy0tqcRZKo+w70V0AinC5OHEGgZe7yYgNTQ= Received: by 10.78.32.16 with SMTP id f16mr36545huf; Fri, 31 Mar 2006 07:37:16 -0800 (PST) Received: by 10.78.46.16 with HTTP; Fri, 31 Mar 2006 07:37:16 -0800 (PST) Message-ID: <5e598f550603310737k50b0c3f1k4b31625ccf059528@mail.gmail.com> Date: Fri, 31 Mar 2006 17:37:16 +0200 From: "Andrzej Kwiatkowski" To: dev@httpd.apache.org Subject: problem with core_module on 2.2.x MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hello. I'm developping my own module, and i have problem with this line: core_server_config *conf =3D ap_get_module_config(r->server->module_config, &core_module) when compiling: mod_vhost.c:742: error: `core_server_config' undeclared (first use in this function) mod_vhost.c:742: error: (Each undeclared identifier is reported only once mod_vhost.c:742: error: for each function it appears in.) mod_vhost.c:742: error: `conf' undeclared (first use in this function) mod_vhost.c:742: error: `core_module' undeclared (first use in this functio= n) Have got any idea how to fix it ? Or what is wrong ? Thanks AK