You are viewing a plain text version of this content. The canonical link for it is here.
Posted to asp@perl.apache.org by Philip Mak <pm...@aaanime.net> on 2002/01/07 12:53:10 UTC

Possible bug with Apache::Symbol

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: asp-unsubscribe@perl.apache.org
For additional commands, e-mail: asp-help@perl.apache.org


Re: Possible bug with Apache::Symbol

Posted by Joshua Chamas <jo...@chamas.com>.
Philip Mak wrote:
> 
> 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.
> 

This should not have happened ... but for simplicity, the next version
of Apache::ASP will not longer use Apache::Symbol to avoid these
potential complications.

Let me know if you would like an early release of 2.31.

-- Josh
_________________________________________________________________
Joshua Chamas                           Chamas Enterprises Inc.
NodeWorks Founder                       Huntington Beach, CA  USA 
http://www.nodeworks.com                1-714-625-4051

---------------------------------------------------------------------
To unsubscribe, e-mail: asp-unsubscribe@perl.apache.org
For additional commands, e-mail: asp-help@perl.apache.org