[ adding the apreq-dev list ]

On Wed, 25 Jun 2003, Chris Pizzo wrote:

> At 04:50 PM 6/24/2003, Chris Pizzo wrote:
> >Hi all,
> >I am trying to install libapreq-1.2 on my redhat 8.0 system.
[ .. ]
> >and when i run make i get a bunch of errors:
> >Request.xs:41:22: mod_perl.h: No such file or directory
> >Request.xs:87: parse error before "SV"
> >I built mod_perl with the EVERYTHING=1 switch.
[ .. ]
> When I do :
> locate mod_perl.h
>
> I get:
> /home/Chrisp/mod_perl-1.27/apaci/mod_perl.h
> /home/Chrisp/mod_perl-1.27/src/modules/perl/mod_perl.h
> /home/Chrisp/mod_perl-1.27/htdocs/manual/mod/mod_perl.html
>
> http server-info shows the mod_perl module loaded
>
> I'm not sure why the header files aren't copied.  I checked
> another install I did and they are there.
>
> I guess I should also say I am building Apache using DSO

I take it that you installed mod_perl from
/home/Chrisp/mod_perl-1.27/ into your system Perl tree,
and are not using it from their (via a PERL5LIB setting,
for example)?

If you did install things into your Perl system tree,
did it try to install the header files? If it did,
but failed, was an error reported?

Does
   bash$ perl -MApache::src -e "print Apache::src->new->inc"
report one of the directories under which mod_perl.h is
located?

-- 
best regards,
randy

Reply via email to