RE: Wierd error log entry:

2000-05-10 Thread Leon Brocard
Matt wrote: Apache::StatINC: Can't locate /usr/lib/perl5/site_perl/5.0 at /usr/lib/perl5/site_perl/5.005/i386-linux/Apache/StatINC.pm line 19. "use 5.0" going wrong somewhere and getting inserted into %INC? Leon -- Leon Brocard | perl "programmer" | [EMAIL PROTECTED]

RE: Wierd error log entry:

2000-05-10 Thread Geoffrey Young
PROTECTED] Subject: Wierd error log entry: Apache::StatINC: Can't locate /usr/lib/perl5/site_perl/5.0 at /usr/lib/perl5/site_perl/5.005/i386-linux/Apache/StatINC.pm line 19. Granted this is a development server and I do some wierd stuff, but that's just bizarre... Any ideas? -- Matt

Wierd error log entry:

2000-05-10 Thread Matt Sergeant
Apache::StatINC: Can't locate /usr/lib/perl5/site_perl/5.0 at /usr/lib/perl5/site_perl/5.005/i386-linux/Apache/StatINC.pm line 19. Granted this is a development server and I do some wierd stuff, but that's just bizarre... Any ideas? -- Matt/ Fastnet Software Ltd. High Performance Web

Re: Wierd error log entry:

2000-05-10 Thread Ken Williams
Perhaps it's the result of a line like "require 5.0;"? That's the only thing I can think of, I've never seen it before. [EMAIL PROTECTED] (Matt Sergeant) wrote: Apache::StatINC: Can't locate /usr/lib/perl5/site_perl/5.0 at /usr/lib/perl5/site_perl/5.005/i386-linux/Apache/StatINC.pm line 19.

Re: Wierd error log entry:

2000-05-10 Thread Matt Sergeant
On Wed, 10 May 2000, Ken Williams wrote: Perhaps it's the result of a line like "require 5.0;"? That's the only thing I can think of, I've never seen it before. Maybe... I wonder what would cause that to a) go in %INC, and b) go out of date... Ah well. Server restart got rid of the error :)