1

ソフトウェアエラー:

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を実行するときに発生するエラーです。

4

1 に答える 1

0

これはほとんどの場合、欠落しているライブラリのように見えます。これに関する情報は、次の出力を見ることで取得できます。

./checksetup.pl --check-modules

参照: Bugzilla のインストール

これで十分でない場合は、ここに詳細情報を投稿する必要があります (Bugzilla のバージョン、OS など...)。

アレクシス

編集:

元のエラーは、モジュールが見つからないことを示しています: 少なくとも、Math::Random:ISAAC をインストールする必要があります。欠落しているすべての要件はchecksetup.plによって表示されるはずですが、ISAAC が欠落している場合にもクラッシュする場合があるようです ( 4.2: 投票拡張機能が有効な場合に checksetup.pl がクラッシュするを参照) 。

于 2012-05-21T07:49:58.013 に答える