来自checksetup.pl的输出:
* This is Bugzilla 5.0.1 on perl 5.10.1
* Running on Linux 3.12.49-35.ELK6.x86_64 #1 SMP Fri Oct 9 18:26:47 CDT 2015
Checking perl modules...
Checking for CGI.pm (v3.51) ok: found v3.51
Checking for Digest-SHA (any) ok: found v5.47
Checking for TimeDate (v2.23) ok: found v2.24
Checking for DateTime (v0.75) ok: found v1.08
Checking for DateTime-TimeZone (v1.64) ok: found v1.65
Checking for DBI (v1.54) ok: found v1.631
Checking for Template-Toolkit (v2.24) ok: found v2.25
Checking for Email-Sender (v1.300011) ok: found v1.300021
Checking for Email-MIME (v1.904) ok: found v1.936
Checking for URI (v1.55) ok: found v1.60
Checking for List-MoreUtils (v0.32) ok: found v0.33
Checking for Math-Random-ISAAC (v1.0.1) ok: found v1.004
Checking for File-Slurp (v9999.13) ok: found v9999.19
Checking for JSON-XS (v2.01) ok: found v2.27
Checking available perl DBD modules...
Checking for DBD-Pg (v2.7.0) ok: found v2.17.1
Checking for DBD-mysql (v4.001) ok: found v4.027
Checking for DBD-SQLite (v1.29) ok: found v1.29
Checking for DBD-Oracle (v1.19) not found
The following Perl modules are optional:
Checking for GD (v1.20) ok: found v2.45
Checking for Chart (v2.4.1) ok: found v2.4.10
Checking for Template-GD (any) ok: found v1.56
Checking for GDTextUtil (any) ok: found v0.86
Checking for GDGraph (any) ok: found v1.48
Checking for MIME-tools (v5.406) ok: found v5.502
Checking for libwww-perl (any) ok: found v6.05
Checking for XML-Twig (any) ok: found v3.37
Checking for PatchReader (v0.9.6) ok: found v0.9.6
Checking for perl-ldap (any) ok: found v0.60
Checking for Authen-SASL (any) ok: found v2.15
Checking for Net-SMTP-SSL (v1.01) ok: found v1.03
Checking for RadiusPerl (any) ok: found v0.24
Checking for SOAP-Lite (v0.712) ok: found v0.712
Checking for XMLRPC-Lite (v0.712) ok: found v0.712
Checking for JSON-RPC (any) ok: found v1.06
Checking for Test-Taint (v1.06) ok: found v1.06
Checking for HTML-Parser (v3.40) ok: found v3.71
Checking for HTML-Scrubber (any) ok: found v0.15
Checking for Encode (v2.21) ok: found v2.35
Checking for Encode-Detect (any) ok: found v1.01
Checking for Email-Reply (any) ok: found v1.204
Checking for HTML-FormatText-WithLinks (v0.13) ok: found v0.15
Checking for TheSchwartz (v1.07) ok: found v1.12
Checking for Daemon-Generic (any) ok: found v0.61
Checking for mod_perl (v1.999022) not found
Checking for Apache-SizeLimit (v0.96) not found
Checking for File-MimeInfo (any) ok: found v0.27
Checking for IO-stringy (any) ok: found v2.110
Checking for Cache-Memcached (any) ok: found v1.30
Checking for File-Copy-Recursive (any) ok: found v0.38
Checking for File-Which (any) ok: found v1.09
WARNING: We could not check the configuration of Apache. This sometimes
happens when you are not running checksetup.pl as root. To see the
problem we ran into, run: /usr/bin/apachectl -t -D DUMP_MODULES..。剪辑
To attempt an automatic install of every required and optional module
with one command, do:
/ramdisk/bin/perl install-module.pl --all
Reading ./localconfig...
Checking for DBD-mysql (v4.001) ok: found v4.027
Checking for MySQL (v5.0.15) ok: found v5.5.42-37.1-log
Removing existing compiled templates...
Precompiling templates...done.
Fixing file permissions...
Now that you have installed Bugzilla, you should visit the 'Parameters'
page (linked in the footer of the Administrator account) to ensure it
is set up as you wish - this includes setting the 'urlbase' option to
the correct URL.
checksetup.pl complete.由于安装已经完成,我希望服务器能够正常工作。
index.cgi输出:
软件错误:
Can't locate Math/Random/ISAAC.pm in @INC (@INC contains: . lib/x86_64-linux-thread-multi 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 17.我已经尝试过设置一个PERL5LIB env变量。
我想补充更多的细节,但这是我的全部。
发布于 2015-12-02 19:42:16
您可能忘记安装以下Perl模块:
libmath-random-isaac-perl
libmath-random-isaac-xs-perl以检查是否安装了所有必要的Perl模块。我建议运行快速启动指南- Bugzilla 5.0.1+中提到的以下命令
安装apache2 mysql-server libappconfig-perl libdate calc-perl libtemplate perl libmime-perl构建-基本libdatetime-时区-perl libdatetime-perl libemail发件人-perl libemail mime-perl libdbi-perl libdbi perl libxml perl libcgi-pm-perl libmime apt-随机-xs-perl apache2-mpm-pre叉lipaache2-mod-perl2 2-mod-perll2-libmath xs libxml perl libcgi图-perl libtemplate-plugin-gd-perl libsoap-lite perl libhtml-slurp perl libjson-rpc-perl libdaemon-泛型-perl libtest-taint-perl libauthen radius-perl libfile-slurp-perl libencode检测-perl libgd perl libnet-perl libauthen sasl-perl libtemplate perl-doc mimeinfo mimeinfo-perl libhtml-formattext-lynx perl libgd-dev libmysqlclient dev lynx-cur python
https://stackoverflow.com/questions/34013312
复制相似问题