Thanks, Nick,
I caught that clue just before you sent your message, but test_char.h didn't exist on my system. So I looked in the configure script and found a number of references to it. It is supposed to reside in the server/ subdirectory, but it apparently has to be created by the build process. So I did the following:
./configure --enable-log-forensic
make
cd modules/loggers
apxs2 -a -i -c -I ../../server mod_log_forensic.c
And viola! It works!
Thanks for the assistance. :)
> -----Original Message-----
> From: Nick Kew [mailto:nick@xxxxxxxxxxxx]
> Sent: Wednesday, October 12, 2005 3:14 PM
> To: users@xxxxxxxxxxxxxxxx
> Subject: Re: [users@httpd] mod_log_forensic compile error
>
> On Wednesday 12 October 2005 20:47, Sage Weaver wrote:
>
> > mod_log_forensic.c:34:23: test_char.h: No such file or directory
>
> That's your problem. It needs to know where test_char.h is.
> Add it to your include path and it'll work.
>
> > Does anyone know how I can resolve this problem? Is
> mod_log_forensic
> > broken?
>
> Hmmm, arguably it is, for precisely that reason.
>
> --
> Nick Kew
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP
> Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
> " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
> For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx
>