|
|
 |
perl-win32-web
Perl ISAPI and loading modules
by Ian Burrell other posts by this author
Feb 26 2003 7:59PM messages near this date
view in the new Beta List Site
XML::Parser
|
RE: Sending Variables
I am running a Perl CGI script through Perl ISAPI. I upgraded some of
the modules the script uses and started getting the following error:
Can't locate warnings/register.pm in @INC (@INC contains: C:/Perl/lib
C:/Perl/site/lib .) 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/lib/CGI/Util.pm line 4.
BEGIN failed--compilation aborted at C:/Perl/lib/CGI/Util.pm line 4.
Compilation failed in require at C:/Perl/lib/CGI.pm line 27.
BEGIN failed--compilation aborted at C:/Perl/lib/CGI.pm line 27.
These are standard Perl modules and exist where they should be.
Restarting IIS fixed the probelem. Does anyone know what is causing
this problem? My guess is some kind of version problem with upgrading
the modules. None of the modules were binary libraries so I would
assume that perlis.dll would load the new versions.
- Ian
_______________________________________________
Perl-Win32-Web mailing list
Perl-Win32-Web@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
|
|
|
 |
|