这是一个已升级到新的共享托管服务器(仍在运行 Linux)的 bugzilla 版本。请参阅帖子底部以获取完整的错误消息。
./checksetup.pl does not complain of any missing modules and completes successfully
有许多本地 perl 模块位于~/perl5/lib/perl5
下面报告为缺失的模块中。
perl -V
报告以下环境变量值(NB 已将此输出中的主文件夹的根目录替换为~
)
%ENV:
PERL5LIB="/~/perl5/lib/perl5/x86_64-linux-thread-multi:/~/perl5/lib/perl5:/~/perl5/lib/perl5/x86_64-linux-thread-multi:/~/perl5/lib/perl5"
PERL_MM_OPT="INSTALL_BASE=/~/perl5"
@INC:
/~/perl5/lib/perl5/x86_64-linux-thread-multi
/~/perl5/lib/perl5/x86_64-linux-thread-multi
/~/perl5/lib/perl5
/~/perl5/lib/perl5/x86_64-linux-thread-multi
/~/perl5/lib/perl5/x86_64-linux-thread-multi
/~/perl5/lib/perl5
/usr/local/lib64/perl5
/usr/local/share/perl5
/usr/lib64/perl5/vendor_perl
/usr/share/perl5/vendor_perl
/usr/lib64/perl5
/usr/share/perl5
任何帮助将非常感激。Bugzilla 是否忽略 PERL5LIB 环境变量?
Full error message is:
Can't locate Math/Random/ISAAC.pm in @INC (@INC contains: . lib /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/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 index.cgi line 34.
BEGIN failed--compilation aborted at index.cgi line 34.