From: Andreas N. <an...@kl...> - 2005-03-20 19:25:58
|
> I'm running Debian Sarge. OI2 works just fine under apache 1.x, directly from > the official debian packages. I also wanted to test OI2 under Apache2 but > it didn't work. I get the following error in error_log_mp2: > > Can't locate object method "FETCH" via package "APR::Table" at > /usr/share/perl5/Class/Accessor/Fast.pm line 39. > > I have installed libapache2-mod-perl2 (provides APR::Table) and libapache2-request-perl. > > Has anyone successfully installed OI2 with Apache2 under Debian Sarge? > Salve? > Hi Teemu, I did not test with debian, but RH 9 at that time and remember the error. What happens here is, that modperl 1.x classes are used. Just drop in Apache::compat() somewhere ( like startup.pl ) and it should work. cheers Andreas -- Andreas Nolte <an...@kl...> |