Hi
2012/5/15 Chris Brooks :
> Hi Perl folks,
>
> I'm trying to build mod_perl 1.31 / Apache 1.41 on CentOS 6.2, and I'm
> getting badly stuck.
> Can't locate ExtUtils/Embed.pm in @INC
> Aha! I think, I'll just launch CPAN.pm and install ExtUtils::Embed.
ExtUtils::Embed is a core module and is not
Fred,
Thanks so much for the quick response.
Going to 2.0 would be a step backward as we are running on 2.2 right now..
Changing the code in Apache2::Build actually worked (see latest post),
however now I have c include problems, but those are unrelated. The apr
libs are in a strange place. Still
You might want to give 2.0.6 a go, which was released a few weeks ago.
However, you'll need Apache 2.2.x, as 2.4 compatibility isn't working
yet.
On Mon, May 14, 2012 at 2:18 PM, Furst, Carl wrote:
> Hello all,
>
> I'm having a lot of trouble trying to statically build mod_perl and apache
> on So
So, digging deeper, it turns out that the problem here is with Apache2::Build
in which the following code exists:
unless (($mpm_name and $self->httpd_is_source_tree)) {
if ($self->dir) {
my $config_vars_file = catfile $self->dir,
"build", "config_vars.mk";
Hi Perl folks,
I'm trying to build mod_perl 1.31 / Apache 1.41 on CentOS 6.2, and I'm
getting badly stuck.
I started with the instructions here:
http://perl.apache.org/docs/1.0/guide/getwet.html
perl Makefile.PL APACHE_SRC=../apache_1.3.41/src \
APACHE_PREFIX=/www/perl/htdocs DO_HTTPD=1 USE_
Hello all,
I'm having a lot of trouble trying to statically build mod_perl and apache on
Solaris 10 Sparc. I get the following error when I try and build statically:
Configuring Apache/2.4.2 mod_perl/2.0.5 Perl/v5.12.3
[ error] Failed to obtain the MPM name. Please specify
MP_APXS=/full/path/t