On Sun, 14 Jul 2002, eric wrote:

> I've tried every which way and still can't get mod_perl to compile.
>
> I'm running Perl v5.6.1 built for i586-linux.  I downloaded Apache 2.0.39 and
> extracted it into /usr/local where it created httpd-2.0.39.
>
> I have Apache 2.0.39 built with SSL and DSO, and it's in
> /usr/local/Apache-2.0.39.  It's working.  I'm willing to recompile it again
> but it seems to be a lost cause :-))  In one piece of documentation it says
> that the Makefile.PL is looking for the *.h files in the Apache source tree.
>
> Trying to get mod_perl in I type:
>
> perl Makefile.PL APACHE_SRC=/usr/local/httpd-2.0.39/include DO_HTTPD=1 \
> USE_APACI=1 PREP_HTTPD=1 EVERYTHING=1
>
> I'm asked "...where I can find you apache src"
> I type in  /usr/local/httpd-2.0.39/include
> and get:
> Apache Version 1.3.0 required, aborting......
[ ... ]

For Apache-2 you need to get mod_perl-2; this is available at
http://www.cpan.org/authors/id/D/DO/DOUGM/mod_perl-1.99_xx.tar.gz.
Follow the mod_perl-2 links at http://perl.apache.org/ for
a discussion on building.

best regards,
randy kobes

Reply via email to