Can’t find Perl Module … but its there DAMNIT! December 11 2003
Ever have a Perl module installed under a site-perl directory, yet the web server REFUSES to see it? You check it over and over…but its there!
Can’t locate HTTP/Date.pm in @INC (@INC contains: /oanda/local/lib/perl /oanda/system/perl-5.8.2/lib/5.8.2/i686-linux
/oanda/system/perl-5.8.2/lib/5.8.2 /oanda/system/perl-5.8.2 .. blah blah blah
Here is a hint….make sure the directories are readable and executable to all users.
#>chmod -R 755 /usr/local/lib/perl5
Ahh..much better
- Posted in : General
- Author : site admin

Comments»
no comments yet - be the first?