On Nov 27, Remi Fasol wrote:
> cc -c -I../c -I/usr/include/apache
> -I./auto/Apache/include
> -I./auto/Apache/include/modules/perl -I -Dbool=char
> -DHAS_BOOL -O2    -DVERSION=\"0.31\"
> -DXS_VERSION=\"0.31\" -fpic
> -I/usr/lib/perl5/5.00503/i386-linux/CORE  Request.c

This is your problem -- that "-I -Dbool=char" is bogus.

You can get the patch for (its for mod_perl itself) at:

http://www.apache.org/websrc/cvsweb.cgi/modperl/lib/Apache/src.pm.diff?r1=1.13&r2=1.14

Jim

Reply via email to