We're trying to use ActiveState Perl 633 with IIS 5 on a Win2K server
and having serious stability problems. The server gets a good amount of
traffic, and before long the error log starts to fill up with
compilation errors that don't make any sense. I've attached some
examples below. The bizarre thing is, these errors are complaining that
they can't compile things like Exporter.pm and overload.pm, or find
common modules that are clearly there. If these problems really existed
in Exporter.pm, then we would get the same error message on every
request. Instead, we get almost totally random messages and they don't
happen on every request.
Has anyone ever seen something like this before? I'm thinking it could
be a problem with threading, but we aren't using any XS modules in this
script at all. I was also thinking maybe it has trouble reading files
under load for some reason, but that would be crazy. Any ideas are welcome.
- Perrin
*** 'D:\dotcom\menu\menu.pl' error message at: 2002/10/28 16:40:57
Bareword found where operator expected at C:/Perl/lib/Exporter.pm line
48, near "you"
(Missing semicolon on previous line?)
Bareword found where operator expected at C:/Perl/lib/Exporter.pm line
49, near "@EXPORT_OK in"
(Missing operator before in?)
Array found where operator expected at C:/Perl/lib/Exporter.pm line 49,
at end of line
(Do you need to predeclare to?)
syntax error at C:/Perl/lib/Exporter.pm line 48, near "you must "
"use" not allowed in expression at C:/Perl/lib/Exporter.pm line 49, at
end of line
Missing right curly or square bracket at C:/Perl/lib/Exporter.pm line
51, at end of line
Compilation failed in require at CGI_Lite.pm line 465.
Compilation failed in require at D:\dotcom\menu\menu.pl line 193.
*** 'D:\teacher\menu\menu.pl' error message at: 2002/10/28 16:57:21
Can't locate Carp.pm in @INC (@INC contains: C:/Perl/lib
C:/Perl/site/lib .) at C:/Perl/lib/warnings.pm line 127.
BEGIN failed--compilation aborted at C:/Perl/lib/warnings.pm line 127.
Compilation failed in require at C:/Perl/lib/warnings/register.pm line 11.
Compilation failed in require at C:/Perl/lib/vars.pm line 12.
BEGIN failed--compilation aborted at C:/Perl/lib/vars.pm line 12.
Compilation failed in require at C:/Perl/site/lib/LWP/UserAgent.pm line 102.
BEGIN failed--compilation aborted at C:/Perl/site/lib/LWP/UserAgent.pm
line 102.
Compilation failed in require at D:\teacher\menu\menu.pl line 204.
_______________________________________________
ActivePerl mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
