duf19822000 发表于 2007-7-2 18:50:31

我的BUGZilla安装后,不生成localconfig文件

各位高手:
      为什么我的BUGZilla安装后,运行Bugzilla的安装检查程序(CheckSetup.pl),在Bugzilla目录里没有生成localconfig文件。
      我是按照网上提示的安装的呀。什么Perl、ActivePerl、IIS、该装的都装上了。
希望各中高手提点一下。

wuyuzimu 发表于 2007-7-3 11:13:33

perl模块确定已经装上了吗? 要不你再做一遍吧可能第二次就好了sdlkfj3 祝你好运~

duf19822000 发表于 2007-7-3 11:54:11

可能我的perl模块不全?

不知道去哪找全的模块。

yjr2008 发表于 2007-7-24 12:19:06

我也是这样的问题

duf19822000 发表于 2007-7-25 10:07:28

找到原因了

我知道了,是因为模块安装的不全,才会这样。找到全的模块,正确按装就行了。

yjr2008 发表于 2007-7-30 12:53:52

我把必须的模块都装好了为什么还是找不到localconfig呢?

lengz 发表于 2007-7-31 17:56:11

你吧CheckSetup.pl之后的显示结果贴上来,应该是模块没装好,看看有没有版本低于要求的

xulingling99999 发表于 2008-12-4 16:55:25

请问一下各位高手,我已经安装了必须的模块如附件中截图,可是在Bugzilla目录下没有生成localconfig文件,不知什么原因,请指教!

gogogotest 发表于 2009-3-12 14:39:07

回复 8# 的帖子

localconfig是个隐藏文件,在命令行里执行可以打开,但是在文件夹下看不见,呵呵

jonlyzhu 发表于 2010-11-5 17:31:18

我的也没生成localconfig文件。

下面是perl checksetup.pl后的信息:
Microsoft Windows XP [版本 5.1.2600]
(C) 版权所有 1985-2001 Microsoft Corp.

C:\Documents and Settings\Administrator>cd bugzilla
系统找不到指定的路径。

C:\Documents and Settings\Administrator>cd c:\bugzilla

C:\bugzilla>perl checksetup.pl
* This is Bugzilla 3.6 on perl 5.10.1
* Running on WinXP/.Net Build 2600 (Service Pack 3)

Checking perl modules...
Checking for            CGI.pm (v3.33)   ok: found v3.49
Checking for          Digest-SHA (any)   ok: found v5.47
Checking for            TimeDate (v2.21)   ok: found v2.22
Checking for            DateTime (v0.28)   ok: found v0.41
Checking for   DateTime-TimeZone (v0.79)   ok: found v0.8301
Checking for               DBI (v1.41)   ok: found v1.607
Checking for    Template-Toolkit (v2.22)   ok: found v2.22
Checking for          Email-Send (v2.16)   ok: found v2.192
Checking for          Email-MIME (v1.861)ok: found v1.861
Checking for Email-MIME-Encodings (v1.313)   found v1.311
Checking for Email-MIME-Modifier (v1.442)ok: found v1.442
Checking for               URI (any)   ok: found v1.40

Checking available perl DBD modules...
Checking for            DBD-Pg (v1.45)   ok: found v2.17.1
Checking for         DBD-mysql (v4.00)   ok: found v4.005
Checking for          DBD-Oracle (v1.19)   ok: found v1.21

The following Perl modules are optional:
Checking for                  GD (v1.20)   ok: found v2.44
Checking for               Chart (v2.1)    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)   ok: found v3.32
Checking for          MIME-tools (v5.406)ok: found v5.425
Checking for         libwww-perl (any)   ok: found v5.829
Checking for         PatchReader (v0.9.4)ok: found v0.9.5
Checking for         perl-ldap (any)   ok: found v0.4001
Checking for         Authen-SASL (any)   ok: found v2.12
Checking for          RadiusPerl (any)   ok: found v0.19
Checking for         SOAP-Lite (v0.710.06)found v0.69
Checking for            JSON-RPC (any)   ok: found v0.96
Checking for          Test-Taint (any)   ok: found v1.04
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)      not found
Checking for      Daemon-Generic (any)      not found
Checking for            mod_perl (v1.999022)not found
***********************************************************************
* REQUIRED MODULES                                                    *
***********************************************************************
* Bugzilla requires you to install some Perl modules which are either *
* missing from your system, or the version on your system is too old. *
* See below for commands to install these modules.                  *
***********************************************************************
* 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)                                 *
***********************************************************************
*      SOAP-Lite * XML-RPC Interface                                  *
*    TheSchwartz * Mail Queueing                                    *
* Daemon-Generic * Mail Queueing                                    *
*       mod_perl * mod_perl                                           *
***********************************************************************
* Note For Windows Users                                              *
***********************************************************************
* In order to install the modules listed below, you first have to run *
* the following command as an Administrator:                        *
*                                                                     *
*   ppm repo add theory58S http://cpan.uwinnipeg.ca/PPMPackages/10xx/
***********************************************************************
COMMANDS TO INSTALL OPTIONAL MODULES:

      SOAP-Lite: ppm install SOAP-Lite
    TheSchwartz: ppm install TheSchwartz
Daemon-Generic: ppm install Daemon-Generic
       mod_perl: ppm install mod_perl

COMMANDS TO INSTALL REQUIRED MODULES (You *must* run all these commands
and then re-run this script):

    ppm install Email-MIME-Encodings
*** Installation aborted. Read the messages above. ***


C:\bugzilla>


不知道还缺哪些模块?
请高手帮忙。

chelili 发表于 2010-11-10 10:50:05

不生成了。。 确实还是不错的了~~~~~

jonlyzhu 发表于 2010-11-12 15:43:29

我把必须的模块都装好了为什么还是找不到localconfig呢?
yjr2008 发表于 2007-7-30 12:53 http://bbs.51testing.com/images/common/back.gif

我也是。

千里 发表于 2010-11-16 13:10:30

回复 8# xulingling99999


    把DBD-Pg (v1.45)也安装试试

christina.zhao 发表于 2010-12-8 10:59:49

回复 8# xulingling99999

应该是Email-MIME那个模块的版本问题,需要的是V1.861,现在已经装了的是1.857
要选把已经装了的Email-MIME这个卸掉,然后运行ppm install安装最新的。

我前段时间装的时候就有这个问题,不知道你这边会不会这样解决。
模块的后面都显示"OK:found"才可以。没有"OK"字样就要看下版本了。

christina.zhao 发表于 2010-12-8 11:01:08

回复 10# jonlyzhu

Email-MIME-Encodings (v1.313)   found v1.31
这个模块的版本应该也不符合要求滴说。

xiaohuoban160 发表于 2011-6-20 09:27:35

回复 14# christina.zhao
我最近也要配置一下bugzilla 也遇到相同的问题,请问这个Email-MIME要怎么才能卸载呢?

susiezz 发表于 2011-8-10 10:39:20

用ppm安装的话,应该能安装正确的版本

xiaofan_10 发表于 2011-8-16 23:26:05

ppm upgrade [ --install ]
试一下这个语句,升级安装的包。   
实在不行,可以用ppm remove [--area <area>] [--force] <pkg> 卸载当前安装的包。
页: [1]
查看完整版本: 我的BUGZilla安装后,不生成localconfig文件