Re: Can't install Apache::Request on Linux

2001-11-13 Thread Joe Schaefer
Jonathan Bennett <[EMAIL PROTECTED]> writes: > Request.xs:40 mod_perl.h: No such file or directory > > just after attempting to compile Request.c libapreq expects to find it using Apache::src->new->inc : % perl -MApache::src -wle 'print grep {s/^-I//; -f $_ . "/mod_perl.h"}

Can't install Apache::Request on Linux

2001-11-12 Thread Jonathan Bennett
I suspect all this is is a path problem, but I'm not sure where to stuff the appropriate line With: Linux 2.2.17 on x86 Apache 1.3.19 Perl 5.6.1 mod_perl 1.26 I can't install Apache::Request using either CPAN.pm or manually. Both give the error: Request.xs:40 mod_perl.h: No such file or dire