2012-05-21 110 views
1

软件错误:Bugzilla的安装错误

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 ([email protected]), giving this error message and the time and date of the error. 

这是在服务器

执行文件的index.cgi

回答

0

这主要看起来像一个丢失的库提供的错误。

看到:您可以通过在输出找得到这个信息Bugzilla Installation

如果这是不够的,你需要在这里发布更多的信息(Bugzilla的,操作系统的版本,等等...)

亚历克西斯

编辑:

原来的错误指示缺少模块:你至少需要ŧ o安装Math :: Random:ISAAC。全缺失的要求应该由checksetup.pl显示,但它似乎在某些场合ISAAC丢失时,这也崩溃(见4.2: checksetup.pl crashes when Voting extension enabled

+0

请提供其它附加信息:Bugzilla的版本,操作系统,...... – Alexis

+0

我有执行checksetup.pl时出现同样的错误 – behinddwalls

+0

即时通讯使用fedora 16和bugzilla最新版本 – behinddwalls