软件错误:
Can't locate Math/Random/ISAAC.pm in @INC (@INC contains: . lib /usr/local/lib/perl5 /usr/local/share/perl5 /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5 /usr/share/perl5) at Bugzilla/RNG.pm line 28.
BEGIN failed--compilation aborted at Bugzilla/RNG.pm line 28.
Compilation failed in require at Bugzilla/Util.pm line 50.
BEGIN failed--compilation aborted at Bugzilla/Util.pm line 50.
Compilation failed in require at Bugzilla/Error.pm line 33.
BEGIN failed--compilation aborted at Bugzilla/Error.pm line 33.
Compilation failed in require at Bugzilla/Install/Filesystem.pm line 31.
BEGIN failed--compilation aborted at Bugzilla/Install/Filesystem.pm line 31.
Compilation failed in require at Bugzilla/Config.pm line 38.
BEGIN failed--compilation aborted at Bugzilla/Config.pm line 38.
Compilation failed in require at Bugzilla.pm line 38.
BEGIN failed--compilation aborted at Bugzilla.pm line 38.
Compilation failed in require at /var/www/html/bugzilla/index.cgi line 34.
BEGIN failed--compilation aborted at /var/www/html/bugzilla/index.cgi line 34.
For help, please send mail to the webmaster (root@localhost), giving this error message and the time and date of the error.
这是在服务器
中执行文件index.cgi时给出的错误答案 0 :(得分:0)
这看起来像一个丢失的图书馆。您可以通过查看输出:
来获取有关此信息./checksetup.pl --check-modules
如果这还不够,你需要在这里发布更多信息(Bugzilla,os等版本......)
亚历
编辑:
原始错误表示缺少模块:至少您需要安装Math :: Random:ISAAC。完整缺失的要求应该由 checksetup.pl 显示,但在某些情况下,当ISAAC丢失时,它似乎也会崩溃(参见4.2: checksetup.pl crashes when Voting extension enabled )