There's a bug in src/include/httpd.h
Quick patch:
[root@jedi mod_perl-1.24] # cp
/usr/local/src/apache_1.3.14/src/include/httpd.h
/usr/local/src/apache_1.3.14/src/include/httpd.h.BAK
[root@jedi mod_perl-1.24] # vi +433 !$:r
#define SERVER_BASEVENDOR "Apache Group"
#define SERVER_BASEPRODUCT "Apache"
#define SERVER_BASEREVISION "1.3.14"
/* TK CHANGE: mod_perl don't like this line for some reason */
/*#define SERVER_BASEVERSION SERVER_BASEPRODUCT "/" SERVER_BASEREVISION */
/* so I changed it to this */
#define SERVER_BASEVERSION "Apache/1.3.14"
or grab v1.24_01.
..Tom
-----Original Message-----
> From: Todd McGuinness [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, October 19, 2000 4:57 PM
> To: [EMAIL PROTECTED]
> Subject: Make error...
>
>
> Just downloaded the latest apache_1.3.14 and mod_perl-1.24
> and receive an error when trying to process the following:
>
> perl Makefile.PL \
> APACHE_PREFIX=/usr/local/apache \
> APACHE_SRC=/temp/apache_1.3.14/src \
> DO_HTTPD=1 \
> USE_APACI=1 \
> EVERYTHING=1 \
>
> The error states that I must be using apache version 1.3.0???
> What gives?
>
> tia,
>
> tm
>