- 论坛徽章:
- 0
|
本帖最后由 空想家de白日梦 于 2010-02-16 14:35 编辑
Bugzilla的官网上的文档是这么说的:
If for some reason you delete the "super user" account, re-running checksetup.pl will again prompt you for this username and password.
这是官网链接:http://www.bugzilla.org/docs/3.4/en/html/useradmin.html
可是当我重新执行checksetup.pl ,只得到如下输出,并未提示我重新设定管理员帐号和密码,这可如何是好?
-------以下为输出结果--------------------
[root@localhost bugzilla-3.4.5]# ./checksetup.pl
* This is Bugzilla 3.4.5 on perl 5.10.1
* Running on Linux 2.6.18-128.el5 #1 SMP Wed Jan 21 10:44:23 EST 2009
Checking perl modules...
Checking for CGI.pm (v3.33) ok: found v3.43
Checking for Digest-SHA (any) ok: found v5.47
Checking for TimeDate (v2.21) ok: found v2.24
Checking for DateTime (v0.2 ok: found v0.53
Checking for DateTime-TimeZone (v0.71) ok: found v1.10
Checking for DBI (v1.41) ok: found v1.609
Checking for Template-Toolkit (v2.22) ok: found v2.22
Checking for Email-Send (v2.00) ok: found v2.198
Checking for Email-MIME (v1.861) ok: found v1.903
Checking for Email-MIME-Encodings (v1.313) ok: found v1.313
Checking for Email-MIME-Modifier (v1.442) ok: found v1.903
Checking for URI (any) ok: found v1.40
Checking available perl DBD modules...
Checking for DBD-Pg (v1.45) not found
Checking for DBD-mysql (v4.00) ok: found v4.013
Checking for DBD-Oracle (v1.19) ok: found v1.23
The following Perl modules are optional:
Checking for GD (v1.20) ok: found v2.44
Checking for Chart (v1.0) ok: found v2.4.1
Checking for Template-GD (any) ok: found v1.56
Checking for GDTextUtil (any) ok: found v0.86
Checking for GDGraph (any) ok: found v1.44
Checking for XML-Twig (any) not found
Checking for MIME-tools (v5.406) ok: found v5.427
Checking for libwww-perl (any) ok: found v5.833
Checking for PatchReader (v0.9.4) ok: found v0.9.5
Checking for PerlMagick (any) not found
Checking for perl-ldap (any) ok: found v0.39
Checking for Authen-SASL (any) ok: found v2.13
Checking for RadiusPerl (any) ok: found v0.17
Checking for SOAP-Lite (v0.710.06) ok: found v0.710.10
Checking for HTML-Parser (v3.40) ok: found v3.62
Checking for HTML-Scrubber (any) ok: found v0.08
Checking for Email-MIME-Attachment-Stripper (any) ok: found v1.316
Checking for Email-Reply (any) ok: found v1.202
Checking for TheSchwartz (any) ok: found v1.07
Checking for Daemon-Generic (any) ok: found v0.61
Checking for mod_perl (v1.999022) ok: found v2.000004
***********************************************************************
* OPTIONAL MODULES *
***********************************************************************
* Certain Perl modules are not required by Bugzilla, but by *
* installing the latest version you gain access to additional *
* features. *
* *
* The optional modules you do not have installed are listed below, *
* with the name of the feature they enable. Below that table are the *
* commands to install each module. *
***********************************************************************
* MODULE NAME * ENABLES FEATURE(S) *
***********************************************************************
* XML-Twig * Move Bugs Between Installations *
* PerlMagick * Optionally Convert BMP Attachments to PNGs *
***********************************************************************
COMMANDS TO INSTALL OPTIONAL MODULES:
XML-Twig: /opt/lampp/bin/perl install-module.pl XML::Twig
PerlMagick: /opt/lampp/bin/perl install-module.pl Image::Magick
To attempt an automatic install of every required and optional module
with one command, do:
/opt/lampp/bin/perl install-module.pl --all
Reading ./localconfig...
OPTIONAL NOTE: If you want to be able to use the 'difference between two
patches' feature of Bugzilla (which requires the PatchReader Perl module
as well), you should install patchutils from:
http://cyberelk.net/tim/patchutils/
Checking for DBD-mysql (v4.00) ok: found v4.013
Checking for MySQL (v4.1.2) ok: found v5.1.41
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.
[root@localhost bugzilla-3.4.5]# |
|