所以我塞了一个debian的升级,升级和dist-upgrade。我更习惯于百胜,但这不是借口。
现在事情变得很愚蠢。大多数事情都有效,但是,我的 bugzilla 安装失败。在加载 bugzilla 时,我收到 500 错误,并记录在 error.log 中;
[Fri Jun 05 12:34:16 2009] [error] [client 172.20.0.160] Can't locate Email/Address.pm in @INC (@INC contains: . /etc/perl /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl) at Bugzilla/Mailer.pm line 48.
[Fri Jun 05 12:34:16 2009] [error] [client 172.20.0.160] BEGIN failed--compilation aborted at Bugzilla/Mailer.pm line 48.
[Fri Jun 05 12:34:16 2009] [error] [client 172.20.0.160] Compilation failed in require at Bugzilla/Token.pm line 35.
[Fri Jun 05 12:34:16 2009] [error] [client 172.20.0.160] BEGIN failed--compilation aborted at Bugzilla/Token.pm line 35.
[Fri Jun 05 12:34:16 2009] [error] [client 172.20.0.160] Compilation failed in require at Bugzilla/Auth/Persist/Cookie.pm line 37.
[Fri Jun 05 12:34:16 2009] [error] [client 172.20.0.160] BEGIN failed--compilation aborted at Bugzilla/Auth/Persist/Cookie.pm line 37.
[Fri Jun 05 12:34:16 2009] [error] [client 172.20.0.160] Compilation failed in require at Bugzilla/Auth.pm line 37.
[Fri Jun 05 12:34:16 2009] [error] [client 172.20.0.160] BEGIN failed--compilation aborted at Bugzilla/Auth.pm line 37.
[Fri Jun 05 12:34:16 2009] [error] [client 172.20.0.160] Compilation failed in require at Bugzilla.pm line 31.
[Fri Jun 05 12:34:16 2009] [error] [client 172.20.0.160] BEGIN failed--compilation aborted at Bugzilla.pm line 31.
[Fri Jun 05 12:34:16 2009] [error] [client 172.20.0.160] Compilation failed in require at /var/www/bugzilla/index.cgi line 34.
[Fri Jun 05 12:34:16 2009] [error] [client 172.20.0.160] BEGIN failed--compilation aborted at /var/www/bugzilla/index.cgi line 34.
[Fri Jun 05 12:34:16 2009] [error] [client 172.20.0.160] Premature end of script headers: index.cgi
另外,当我从 Bugzilla 运行 checksetup.pl 时,它似乎过早地结束了;
Checking user setup ...
Removing existing compiled templates ...
Precompiling templates ...
Not a subroutine reference at /usr/share/perl5/Bugzilla/Template.pm line 59.
Compilation failed in require at /usr/share/bugzilla/lib/checksetup.pl line 1291
我已经重新安装了 perl 和 perl-base;
apt-get install --reinstall perl-base
apt-get install --reinstall perl
并且没有成功。
任何帮助将不胜感激。
此外,这个网站正在成为像我这样的系统新手的救星,我非常感谢我得到的所有帮助。
基督教
我看到你已经用 CPAN shell 解决了这个问题,但最好用 Debian 软件包安装,这样你就只有一个地方可以检查升级等......事实上,如果你愿意,我敢打赌首先使用 debian bugzilla 软件包,您一开始就不会遇到这个问题。
一般情况:
它为您提供如下输出(但有时不止一个包):
然后,您可以选择使用它来验证包是否正确:
最后是我开始使用的 apt-get install。
您可以考虑将 Perl 5.8(重新)安装到不同的目录,而不是使用更新版本的 Bugzilla。不要覆盖操作系统。
在过去,我学会了将 Perl 的 OS 版本和 App 版本保存在不同目录中的艰难方法。让操作系统管理/填写它的 Perl 版本要求,并确保您满足不同目录中应用程序的要求。
也许?我不是perl的人...
您正在使用 Perl 5.10 - 您是否尝试安装无法使用的旧版 Bugzilla?
使用更新的 Bugzilla(3.0.2及更高版本)或在此处查看解决方法。
尝试运行 apt-get -f install,它可能会修复您损坏的软件包。