I'm using Apache::ASP 2.29 and perl v5.6.1.

StatINC is causing the following error to appear:

[Mon Jan  7 06:49:15 2002] [error] Undefined subroutine &Apache::Symbol::file2class 
called at /usr/lib/perl5/site_perl/5.6.1/Apache/ASP.pm line 2461.

Line 2461 contains this:

sub StatRegister {
    ...
    my $class = &Apache::Symbol::file2class($key);

The problem stopped occuring when I added "use Apache::Symbol;" to my
startup.pl.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to