Re: [CentOS] Perl - strict.pm not found

2012-10-11 Thread Daniel J Walsh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/11/2012 11:47 AM, John Horne wrote: > On Thu, 2012-10-11 at 11:42 -0400, Daniel J Walsh wrote: >> On 10/11/2012 06:34 AM, John Horne wrote: >>> On Wed, 2012-10-10 at 11:38 +0100, John Horne wrote: the /etc/cron.daily/freshclam script r

Re: [CentOS] Perl - strict.pm not found

2012-10-11 Thread John Horne
On Thu, 2012-10-11 at 11:42 -0400, Daniel J Walsh wrote: > On 10/11/2012 06:34 AM, John Horne wrote: > > On Wed, 2012-10-10 at 11:38 +0100, John Horne wrote: > >> > >> the /etc/cron.daily/freshclam script runs in the early morning, I get > >> sent an email error message: > >> > >> ==

Re: [CentOS] Perl - strict.pm not found

2012-10-11 Thread Daniel J Walsh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/11/2012 06:34 AM, John Horne wrote: > On Wed, 2012-10-10 at 11:38 +0100, John Horne wrote: >> >> the /etc/cron.daily/freshclam script runs in the early morning, I get >> sent an email error message: >> >> =

Re: [CentOS] Perl - strict.pm not found

2012-10-11 Thread John Horne
On Wed, 2012-10-10 at 11:38 +0100, John Horne wrote: > > the /etc/cron.daily/freshclam script runs in the early morning, I get > sent an email error message: > > = > /etc/cron.daily/freshclam: > > Can't locate strict.pm in @INC (@INC > contains: /usr/local/lib6

Re: [CentOS] Perl - strict.pm not found

2012-10-10 Thread John Horne
On Wed, 2012-10-10 at 05:44 -0600, Warren Young wrote: > On 10/10/2012 4:38 AM, John Horne wrote: > > > > The problem is that 'strict.pm' is located in /usr/share/perl5 (as it is > > on our other servers), and /usr/share/perl5 is specified in @INC. > > Perl can do this is when you've run it out of

Re: [CentOS] Perl - strict.pm not found

2012-10-10 Thread Warren Young
On 10/10/2012 4:38 AM, John Horne wrote: > > The problem is that 'strict.pm' is located in /usr/share/perl5 (as it is > on our other servers), and /usr/share/perl5 is specified in @INC. Perl can do this is when you've run it out of file handles, then someone tries to load a not-previously-loaded

[CentOS] Perl - strict.pm not found

2012-10-10 Thread John Horne
Hello, I installed the ClamAV package onto a CentOS 6.3 server using yum. I then modified the /etc/freshclam.conf file to run a perl script whenever the ClamAV databases were updated: OnUpdateExecute /usr/local/bin/xymon_event ... The 'xymon_event' command is used on several servers, and