【问题标题】:BugZilla Installation errorBugZilla 安装错误
【发布时间】:2012-05-27 16:30:23
【问题描述】:

软件错误:

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 时给出的错误

【问题讨论】:

    标签: web-services bugzilla


    【解决方案1】:

    这看起来像是一个缺失的库。您可以通过查看以下输出来获取相关信息:

    ./checksetup.pl --check-modules
    

    见:Bugzilla Installation

    如果这对您来说还不够,您需要在此处发布更多信息(Bugzilla 版本、操作系统等...)

    亚历克西斯

    编辑:

    原始错误表明缺少模块:至少您需要安装 Math::Random:ISAAC。 checksetup.pl 应显示完整的缺失要求,但似乎在某些情况下,当 ISAAC 缺失时也会崩溃(请参阅4.2: checksetup.pl crashes when Voting extension enabled

    【讨论】:

    • 我正在使用 fedora 16 和 bugzilla 最新版本
    • 那么请考虑使用您最喜欢的软件包安装程序安装软件包 perl-Math-Random-ISAAC
    猜你喜欢
    • 2017-01-09
    • 2020-01-23
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2016-02-22
    • 2016-02-13
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多