Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 46546 invoked from network); 12 Oct 2005 19:48:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Oct 2005 19:48:11 -0000 Received: (qmail 6050 invoked by uid 500); 12 Oct 2005 19:48:00 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 6036 invoked by uid 500); 12 Oct 2005 19:48:00 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 6023 invoked by uid 99); 12 Oct 2005 19:47:59 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Oct 2005 12:47:59 -0700 Received-SPF: pass (asf.osuosl.org: local policy) Received: from [66.219.47.196] (HELO nero.nfusion.com) (66.219.47.196) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 12 Oct 2005 12:48:01 -0700 Received: (qmail 14684 invoked from network); 12 Oct 2005 19:47:37 -0000 Received: from achilles ([192.168.1.15]) by nero.nfusion.com ([192.168.0.1]) with SMTP via TCP; 12 Oct 2005 19:47:36 -0000 Received: (qmail 14905 invoked from network); 12 Oct 2005 20:02:41 -0000 Received: from unknown (HELO benito.nfusion.com) (192.168.1.18) by 0 with SMTP; 12 Oct 2005 20:02:41 -0000 Received: by BENITO with Internet Mail Service (5.5.2653.19) id <423KXTTQ>; Wed, 12 Oct 2005 14:47:36 -0500 Message-ID: <29A47BA4BA30D611BF7900B0D0E120F706281B80@BENITO> From: Sage Weaver To: "'users@httpd.apache.org'" Date: Wed, 12 Oct 2005 14:47:27 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C5CF65.C64BE1CA" X-Spam-Virus: No X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on nero X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=ALL_TRUSTED,FVGT_TRIPWIRE_PX, HTML_30_40,HTML_MESSAGE,TW_PX autolearn=disabled version=3.0.2 X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] mod_log_forensic compile error X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C5CF65.C64BE1CA Content-Type: text/plain I have a box running debian 3.1 (Sarge). I have the apache2 package installed, with apache2-prefork as well as apache2-prefork-dev, which means I am using Apache httpd version 2.0.54. I have downloaded and unpacked the source for httpd 2.0.54 and I am attempting to compile mod_log_forensic. However, when I try to compile, I get the following errors: ----------------------------------------- sh-2.05b$ apxs2 -c mod_log_forensic.c /usr/bin/libtool --silent --mode=compile gcc -prefer-pic -pipe -I/usr/include/xmltok -I/usr/include/openssl -Wall -O2 -DAP_HAVE_DESIGNATED_INITIALIZER -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -pipe -I/usr/include/xmltok -I/usr/include/openssl -Wall -O2 -pthread -I/usr/include/apache2 -I/usr/include/apr-0 -I/usr/include/apr-0 -I/usr/include -c -o mod_log_forensic.lo mod_log_forensic.c && touch mod_log_forensic.slo Assembler messages: FATAL: can't create .libs/mod_log_forensic.o: Permission denied mod_log_forensic.c:34:23: test_char.h: No such file or directory mod_log_forensic.c: In function `log_escape': mod_log_forensic.c:123: error: `test_char_table' undeclared (first use in this function) mod_log_forensic.c:123: error: (Each undeclared identifier is reported only once mod_log_forensic.c:123: error: for each function it appears in.) mod_log_forensic.c:123: error: `T_ESCAPE_FORENSIC' undeclared (first use in this function) mod_log_forensic.c: In function `count_string': mod_log_forensic.c:151: error: `test_char_table' undeclared (first use in this function) mod_log_forensic.c:151: error: `T_ESCAPE_FORENSIC' undeclared (first use in this function) apxs:Error: Command failed with rc=65536 . sh-2.05b$ ----------------------------------------- Does anyone know how I can resolve this problem? Is mod_log_forensic broken? ------_=_NextPart_001_01C5CF65.C64BE1CA Content-Type: text/html Content-Transfer-Encoding: quoted-printable mod_log_forensic compile error

I have a box running debian 3.1 (Sarge).  I have = the apache2 package installed, with apache2-prefork as well as = apache2-prefork-dev, which means I am using Apache httpd version = 2.0.54.  I have downloaded and unpacked the source for httpd = 2.0.54 and I am attempting to compile mod_log_forensic.  However, = when I try to compile, I get the following errors:

-----------------------------------------
sh-2.05b$ apxs2 -c mod_log_forensic.c
/usr/bin/libtool --silent --mode=3Dcompile gcc = -prefer-pic -pipe -I/usr/include/xmltok -I/usr/include/openssl -Wall = -O2 -DAP_HAVE_DESIGNATED_INITIALIZER -DLINUX=3D2 -D_REENTRANT = -D_XOPEN_SOURCE=3D500 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -pipe = -I/usr/include/xmltok -I/usr/include/openssl -Wall -O2 -pthread = -I/usr/include/apache2  -I/usr/include/apr-0   = -I/usr/include/apr-0 -I/usr/include  -c -o mod_log_forensic.lo = mod_log_forensic.c && touch mod_log_forensic.slo

Assembler messages:
FATAL: can't create .libs/mod_log_forensic.o: = Permission denied
mod_log_forensic.c:34:23: test_char.h: No such file = or directory
mod_log_forensic.c: In function `log_escape':
mod_log_forensic.c:123: error: `test_char_table' = undeclared (first use in this function)
mod_log_forensic.c:123: error: (Each undeclared = identifier is reported only once
mod_log_forensic.c:123: error: for each function it = appears in.)
mod_log_forensic.c:123: error: `T_ESCAPE_FORENSIC' = undeclared (first use in this function)
mod_log_forensic.c: In function = `count_string':
mod_log_forensic.c:151: error: `test_char_table' = undeclared (first use in this function)
mod_log_forensic.c:151: error: `T_ESCAPE_FORENSIC' = undeclared (first use in this function)
apxs:Error: Command failed with rc=3D65536
.
sh-2.05b$
-----------------------------------------

Does anyone know how I can resolve this = problem?  Is mod_log_forensic broken?

------_=_NextPart_001_01C5CF65.C64BE1CA--