Re: Trouble with Makefile.PL

2012-05-14 Thread Furst, Carl
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

Re: Trouble with Makefile.PL

2012-05-14 Thread Fred Moyer
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

Re: Trouble with Makefile.PL

2012-05-14 Thread Furst, Carl
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";