On 8/20/07, JónJósef Bjarnason <[EMAIL PROTECTED]> wrote: > Does anyone know how --with-perl option works ? > or how to compile apache with perl 5.8.8 if this is not the correct way.
The page you're looking at is not related to mod_perl. It is for configuring the command-line utilities that come with apache. Those are affected by the --with-perl option. If you don't plan to use them, you can totally ignore this. To build mod_perl with a specific perl, just call the Makefile.PL with it: /opt/my/special/perl Makefile.PL - Perrin