软件错误:
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时出现的错误
发布于 2012-05-21 15:49:58
这看起来很像是一个缺少的库。您可以通过查看以下命令的输出来获取有关这方面的信息:
./checksetup.pl --check-modules请参阅:Bugzilla Installation
如果这对你来说还不够,你需要在这里发布更多的信息( Bugzilla的版本,os等...)
亚历克西斯
编辑:
最初的错误表明缺少一个模块:至少您需要安装Math::Random:ISAAC。完整的缺失需求应该由checksetup.pl显示,但在某些情况下,当艾萨克缺失时,它似乎也会崩溃(参见4.2: checksetup.pl crashes when Voting extension enabled )。
https://stackoverflow.com/questions/10680748
复制相似问题