I installed perl 5.8.2 on to my FreeBSD 5.0 box.
I have some application not starting since. They are complaining about not fine strict.pm.
---
Can't locate strict.pm in @INC (@INC contains: /usr/local/lib/perl5/5.8.2/i386-freebsd /usr/local/lib/perl5/5.8.2 /usr/local/lib/perl5/site_perl/5.8.2/i386-freebsd /usr/local/lib/perl5/site_perl/5.8.2 /usr/local/lib/perl5/site_perl .) at /usr/local/etc/dansguardian/virusscanner line 39
----
I am able to run use strict; in my perl scripts without a problem.
Can anyone help?
I have some application not starting since. They are complaining about not fine strict.pm.
---
Can't locate strict.pm in @INC (@INC contains: /usr/local/lib/perl5/5.8.2/i386-freebsd /usr/local/lib/perl5/5.8.2 /usr/local/lib/perl5/site_perl/5.8.2/i386-freebsd /usr/local/lib/perl5/site_perl/5.8.2 /usr/local/lib/perl5/site_perl .) at /usr/local/etc/dansguardian/virusscanner line 39
----
I am able to run use strict; in my perl scripts without a problem.
Can anyone help?