My system is Debian Sarge, Kernel 2.4.27, Apache 1.33. I installed
Bundle::Kwiki from CPAN, the version of Kwiki module is 0.38.
By following the steps in documents, the wiki site works. But I found
many errors in Apache's error log:
[Tue Jun 14 23:24:41 2005] [notice] SIGHUP received. Attempting to restart
[Tue Jun 14 23:24:41 2005] [notice] Apache/1.3.33 (Debian GNU/Linux)
mod_python/2.7.10 Python/2.3.4 mod_perl/1.29 configured -- resuming
normal operations
[Tue Jun 14 23:24:41 2005] [notice] Accept mutex: sysvsem (Default: sysvsem)
[Tue Jun 14 23:24:54 2005] index.cgi: Statement unlikely to be reached
at /usr/local/share/perl/5.8.7/Text/VimColor.pm line 371.
[Tue Jun 14 23:24:54 2005] index.cgi: (Maybe you meant system() when
you said exec()?)
[Tue Jun 14 23:24:54 2005] index.cgi: (in cleanup) Can't call method
"unhook" on an undefined value at
/usr/local/share/perl/5.8.7/Spoon/Hub.pm line 109 during global destruction.
[Tue Jun 14 23:24:54 2005] index.cgi: at
/usr/local/share/perl/5.8.7/Spoon/Base.pm line 110
[Tue Jun 14 23:24:54 2005] index.cgi: Spoon::Base::__ANON__('Can\'t
call method "unhook" on an undefined value at /usr/loc...') called at
/usr/local/share/perl/5.8.7/Spoon/Hub.pm line 109
[Tue Jun 14 23:24:54 2005] index.cgi:
Spoon::Hub::remove_hooks('Kwiki::Hub=HASH(0x8469280)') called at
/usr/local/share/perl/5.8.7/Spoon/Hub.pm line 119
[Tue Jun 14 23:24:54 2005] index.cgi:
Spoon::Hub::DESTROY('Kwiki::Hub=HASH(0x8469280)') called at
/srv/www/mywiki/index.cgi line 0
[Tue Jun 14 23:24:54 2005] index.cgi: eval {...} called at
/srv/www/mywiki/index.cgi line 0
[Tue Jun 14 23:24:56 2005] index.cgi: Statement unlikely to be reached
at /usr/local/share/perl/5.8.7/Text/VimColor.pm line 371.
[Tue Jun 14 23:24:56 2005] index.cgi: (Maybe you meant system() when
you said exec()?)
[Tue Jun 14 23:24:57 2005] index.cgi: (in cleanup) Can't call method
"unhook" on an undefined value at
/usr/local/share/perl/5.8.7/Spoon/Hub.pm line 109 during global destruction.
[Tue Jun 14 23:24:57 2005] index.cgi: at
/usr/local/share/perl/5.8.7/Spoon/Base.pm line 110
[Tue Jun 14 23:24:57 2005] index.cgi: Spoon::Base::__ANON__('Can\'t
call method "unhook" on an undefined value at /usr/loc...') called at
/usr/local/share/perl/5.8.7/Spoon/Hub.pm line 109
[Tue Jun 14 23:24:57 2005] index.cgi:
Spoon::Hub::remove_hooks('Kwiki::Hub=HASH(0x846926c)') called at
/usr/local/share/perl/5.8.7/Spoon/Hub.pm line 119
[Tue Jun 14 23:24:57 2005] index.cgi:
Spoon::Hub::DESTROY('Kwiki::Hub=HASH(0x846926c)') called at
/srv/www/mywiki/index.cgi line 0
[Tue Jun 14 23:24:57 2005] index.cgi: eval {...} called at
/srv/www/mywiki/index.cgi line 0
And the wiki site's response is very slow. Can anyone help me?