Re: mod_perl build fails on MakeMaker
[prev]
[thread]
[next]
[Date index for 2005/05/03]
Jason Dixon wrote:
> I'm attempting to build a statically compiled version of
> Apache/mod_perl using a localized version of Perl 5.8.6 installed in
> my home directory. For the most part, everything is running smoothly
> except now I've run into a problem with MakeMaker.pm. When I try to
> run the Makefile.PL for mod_perl, MakeMaker complains that it can't
> find the Perl headers. Reviewing the perldoc for MakeMaker, it appears
> that PERL_INC should override this behavior, but it still keeps trying
> to find the headers under /usr/local instead of ~/perl5.
>
> Here are all the steps I used to get to this point:
>
>
> $ mkdir ~/perl5 ~/apache
> $ cd perl-5.8.6
> $ sh Configure -Umymalloc -des
./Configure -sde \
-Dprefix=$PREFIX
I belive you need to install perl this way instead for starters.
END
-----------------------------------------------------------------------------
Philip M. Gollucci
Senior Developer - Liquidity Services Inc.
Phone: 202.558.6268 (Direct)
E-Mail: pgollucci@xxxxxxxxxxx.xxx
Web: http://www.liquidation.com
 |
 |
Re: mod_perl build fails on MakeMaker
Philip M. Gollucci 17:48 on 03 May 2005
|