We just did an upgrade from Centos 5.5 to Centos 5.7 and it seems like the
extensions we added to the Perl library directories stopped working:
[Fri Dec 23 16:40:04 2011] [error] Can't locate Config/Simple.pm in @INC
(@INC contains: /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi
/usr/li
Try 'yum install perl-Config-Simple'. If that doesn't work, search for the rpm
with 'yum search Config-Simple'.
On Friday, December 23, 2011 at 2:45 PM, Mayuran Yogarajah wrote:
>
> We just did an upgrade from Centos 5.5 to Centos 5.7 and it seems like the
> extensions we added to the Per
Turns out I had to put the PERL5LIB changes inside /etc/init.d/functions as
well.
Thanks for your help,
M
-Original Message-
From: Fred Moyer [mailto:f...@redhotpenguin.com]
Sent: Friday, December 23, 2011 7:11 PM
To: Mayuran Yogarajah
Cc: modperl@perl.apache.org
Subject: Re: Perl inclu