You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Tom Lancaster <to...@grubby.net> on 2000/06/06 23:40:27 UTC

Apache::TIEHANDLE?

Hi,

I get this error on startup:
Subroutine Apache::TIEHANDLE redefined at
/usr/lib/perl5/5.005/i386-linux/mod_perl.pm line 65535.

What does this mean?

Thanks,

Tom

Re: Apache::TIEHANDLE?

Posted by Doug MacEachern <do...@covalent.net>.
On Tue, 6 Jun 2000, Tom Lancaster wrote:

> Hi,
> 
> I get this error on startup:
> Subroutine Apache::TIEHANDLE redefined at
> /usr/lib/perl5/5.005/i386-linux/mod_perl.pm line 65535.
> 
> What does this mean?

it means your httpd+mod_perl was upgraded but your site-perl tree was not,
or an old Apache.pm is somehow being picked up.  did you 'make install' on
the mod_perl side?  Apache::TIEHANDLE no longer lives in Apache.pm, it's
in Apache.xs now.