首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >BugZilla安装错误

BugZilla安装错误
EN

Stack Overflow用户
提问于 2012-05-21 15:01:51
回答 1查看 2.2K关注 0票数 1

软件错误:

代码语言:javascript
复制
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时出现的错误

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2012-05-21 15:49:58

这看起来很像是一个缺少的库。您可以通过查看以下命令的输出来获取有关这方面的信息:

代码语言:javascript
复制
./checksetup.pl --check-modules

请参阅:Bugzilla Installation

如果这对你来说还不够,你需要在这里发布更多的信息( Bugzilla的版本,os等...)

亚历克西斯

编辑:

最初的错误表明缺少一个模块:至少您需要安装Math::Random:ISAAC。完整的缺失需求应该由checksetup.pl显示,但在某些情况下,当艾萨克缺失时,它似乎也会崩溃(参见4.2: checksetup.pl crashes when Voting extension enabled )。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/10680748

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档