Problem building mod_perl 1.31 -- Missing ExtUtils::Embed

2012-05-14 Thread 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. 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_

Re: Problem building mod_perl 1.31 -- Missing ExtUtils::Embed

2012-05-14 Thread Alexandr Ciornii
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

Re: Problem building mod_perl 1.31 -- Missing ExtUtils::Embed

2012-05-15 Thread Chris Brooks
Thank you Alexandr! perl-devel was installed, but for some reason ExtUtils::Embed was not. However, your email led me to install yum and then yum install perl-ExtUtils-Embed -- which did the trick. Thank you so much! -Chris On Mon, May 14, 2012 at 8:13 PM, Alexandr Ciornii wrote: > Hi > > 2012