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 :

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 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
for what it's worth, I've seen that on my development box too - I usually just do a stop and start instead of relying on StatINC when the error is frequent... --Geoff > -Original Message- > From: Matt Sergeant [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 10, 2000 7:56 AM > To: [EMAI