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.
- Apache::TIEHANDLE? Tom Lancaster
- Doug MacEachern