Hi,
> > What is actually happeing is, that mod_perl.pm is not found on your
> > system.
>
> Shouldn't this be looking for mod_perl2.pm, not mod_perl.pm?
>
Yes, it should. Seems like most people have mod_perl.pm installed from
time before it was renamed.
To fix it goto Makefile.PL line 1058 a
Hi,
>
> I've having trouble getting embperl to configure without
> error. When I run `perl Makefile.PL` it first reports that
> mod_perl is found, then that it is not found:
>
The first check is for the Apache module of mod_perl, second check is
for the Perl part of mod_perl.
What is actua