carton, and was suggested that Embperl
needs to handle PERL_MM_USE_DEFAULT
(https://github.com/miyagawa/carton/issues/143)
I've attached a very simple patch to convert your GetString function to
use ExtUtils::MakeMaker's patch function.
Thanks,
Gavin
diff -ru Embperl-2.4.0-orig/Ma
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
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 o
Hello,
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:
[Fri Aug 10 12:13:00 [EMAIL PROTECTED]
/usr/local/src/Embperl-2.2.0-build/Embperl-2.2.0:11] $ perl Makefile.PL
>Embperl-2.2.0]$ perl Makefile.PL
>Build with support for Apache mod_perl?(y/n) [y]
>
>it would be nice if options were enabled to the Makefile so that options
>could be passed to it so that the interactive setup can be bypassed.
It is already possible, you can pass the pat
Embperl-2.2.0]$ perl Makefile.PL
Build with support for Apache mod_perl?(y/n) [y]
it would be nice if options were enabled to the Makefile so that options
could be passed to it so that the interactive setup can be bypassed.
Here's an example of GD's setup:
perl Makefile.PL --he