|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Problem installing Perl Modules (win2k3 Server)
Hi
I am trying to install (its first or new install) Bugzilla 3.0 on Windows Server 2003 Standard Edition with My SQL 5.0, Apache 2.2.4 and ActivePerl-5.8.8.820-MSWin32- x86-274739 I used the document ot following location When I reached at section 27 as to Configure bugzilla and run command checksetup.pl I receive the following messages * This is Bugzilla 3.0 on perl 5.8.8 * Running on Win2003 Build 3790 Checking perl modules Checking for CGI (v2.93) ok: found v3.20 Checking for TimeDate (v2.21) not found Checking for DBI (v1.41) ok: found v1.52 Checking for PathTools (v0.84) ok: found v3.12 Checking for Template-Toolkit (v2.12) not found Checking for Email-Send (v2.16) not found Checking for Email-MIME-Modifier (any) not found Checking available perl DBD modules Checking for DBD-Pg (v1.45) not found Checking for DBD-mysql (v2.9003) not found The following Perl modules are optional: Checking for GD (v1.20) not found Checking for Template-GD (any) not found Checking for Chart (v1.0) not found Checking for GDGraph (any) not found Checking for GDTextUtil (any) not found Checking for XML-Twig (any) not found Checking for MIME-tools (v5.406) not found Checking for libwww-perl (any) ok: found v2.033 Checking for PatchReader (v0.9.4) not found Checking for PerlMagick (any) not found Checking for perl-ldap (any) not found Checking for SAP-Lite (any) ok: found v0.55 Checking for HTML-Parser (v3.40) ok: found v3.56 Checking for HTML-Scrubber (any) not found Checking for Email-MIME-Attachment-Stripper (any) not found Checking for Email-Reply (any) not found Checking for mod_perl (v1.999022) not found Checking for CGI (v3.11) ok: found v3.20 Checking for Apache-DBI (v0.96) not found * NTE: You must run any commands listed below as Administrator. * 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 * * * * Then you have to do (also as an Administrator): * * * * ppm repo up theory58S * * * * Do that last command over and over until you see "theory58S" at the * * top of the displayed list. * * REQUIRED MDULES * * Bugzilla requires you to install some Perl modules which are either * * missing from your system, or the version on your system is too old. * * * * The latest versions of each module can be installed by running the * * commands below. * CMMANDS: ppm install Email-Send ppm install Template-Toolkit ppm install Email-MIME-Modifier ppm install TimeDate * DATABASE ACCESS * * In order to access your database, Bugzilla requires that the * * correct "DBD" module be installed for the database that you are * * running. * * * * Pick and run the correct command below for the database that you * * plan to use with Bugzilla. * CMMANDS: PostgreSQL: ppm install DBD-Pg Minimum version required: 1.45 MySQL: ppm install DBD-mysql Minimum version required: 2.9003 * PTINAL MDULES * * 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. If you want to install * * one of these modules, just run the appropriate command in the * * "CMMANDS T INSTALL" section. * * MDULE NAME * ENABLES FEATURE(S) * * GDGraph * Graphical Reports * * GDTextUtil * Graphical Reports * * Template-GD * Graphical Reports * * GD * Graphical Reports, New Charts, Charts * * Email-MIME-Attachment-Stripper * Inbound Email * * Email-Reply * Inbound Email * * perl-ldap * LDAP Authentication * * HTML-Scrubber * More HTML in Product/Group Descriptions * * MIME-tools * Move Bugs Between Installations * * XML-Twig * Move Bugs Between Installations * * Chart * New Charts, Charts * * PerlMagick * Convert BMP Attachments to PNGs * * PatchReader * Patch Viewer * * Apache-DBI * mod_perl * * mod_perl * mod_perl * CMMANDS T INSTALL: GDGraph: ppm install GDGraph GDTextUtil: ppm install GDTextUtil Template-GD: ppm install Template-GD GD: ppm install GD ppm install Email-MIME-Attachment- Stripper Email-Reply: ppm install Email-Reply perl-ldap: ppm install perl-ldap HTML-Scrubber: ppm install HTML-Scrubber MIME-tools: ppm install MIME-tools XML-Twig: ppm install XML-Twig Chart: ppm install Chart PerlMagick: ppm install PerlMagick PatchReader: ppm install PatchReader Apache-DBI: ppm install Apache-DBI mod_perl: ppm install mod_perl I tried running the command but it failed giving the messages as below. What could be the reason? C:\>ppm repo add theory58S ppm repo failed: Repo theory58S already set up with URL http://theoryx5.uwinnipe g.ca/ppms C:\>ppm repo up theory58S The repo command 'up' isn't recognized; try one of add, delete, describe, list, location, off, on, rename, search, suggest, or sync Usage: ppm repo <cmd<args> Run 'ppm help repo' to learn more. C:\>ppm install Email-send Downloading ActiveState Package Repository packlistfailed 500 Can't connect t o ppm4.activestate.com:80 (connect: Unknown error) Downloading theory58S packlistfailed 500 Can't connect to theoryx5.uwinnipeg. ca:80 (connect: Unknown error) Downloading apache packlistfailed 500 Can't connect to www.apache.org:80 (con nect: Unknown error) ppm install failed: Can't find any package that provide Email-send Looking forward for your help Kim support-bugzilla mailing list support-bugzilla (AT) lists (DOT) mozilla.org PLEASE put support-bugzilla (AT) lists (DOT) mozilla.org in the To: field when you reply. |
|
#2
|
|||
|
|||
|
Problem installing Perl Modules (win2k3 Server)
31 May 2007 02:05:57 -0700 kim.abdalian (AT) gmail (DOT) com wrote:
Downloading ActiveState Package Repository packlistfailed 500 Can't connect to ppm4.activestate.com:80 (connect: Unknown error) Downloading theory58S packlistfailed 500 Can't connect to theoryx5.uwinnipeg.ca:80 (connect: Unknown error) Looks like you have network problems! Maybe a firewall? It's quite a strange firewall if it won't let you access web pages from that machine. -Max -- Competent, Friendly Bugzilla Services. And Everything Else, too. support-bugzilla mailing list support-bugzilla (AT) lists (DOT) mozilla.org PLEASE put support-bugzilla (AT) lists (DOT) mozilla.org in the To: field when you reply. |
|
#3
|
|||
|
|||
|
Problem installing Perl Modules (win2k3 Server)
a proxy? Try setting up this system environment variable and
reconnect to the reps (make sure you either set it in the same cmd or open a new cmd AFTER setting it in windows). Variable Value http_proxy http://<username>:<password>@<proxy> substitute your information in. There's another solution floating around where you set each piece of information individually (http_proxy, http_user and http_pass) but it didn't seem to work for me. It's worth getting ppm to work, manually installing modules is a pain BTW checksetup.pl isn't up to date with Activestate's ppm, ie why repo up isn't working. You might find it easier to run ppm's GUI, do this by just entering ppm at cmd. Make the theory58S rep first in the list but also make sure you keep the Activestate rep - it is required for most things AFAIK. Jarrad Message From: support-bugzilla-bounces (AT) lists (DOT) mozilla.org [@lists.mozilla.org] Behalf Max Kanat-Alexander Sent: Friday, 1 June 2007 5:32 AM To: support-bugzilla (AT) lists (DOT) mozilla.org Subject: Re: Problem installing Perl Modules (win2k3 Server) 31 May 2007 02:05:57 -0700 kim.abdalian (AT) gmail (DOT) com wrote: Downloading ActiveState Package Repository packlistfailed 500 Can't connect to ppm4.activestate.com:80 (connect: Unknown error) Downloading theory58S packlistfailed 500 Can't connect to theoryx5.uwinnipeg.ca:80 (connect: Unknown error) Looks like you have network problems! Maybe a firewall? It's quite a strange firewall if it won't let you access web pages from that machine. -Max -- Competent, Friendly Bugzilla Services. And Everything Else, too. support-bugzilla mailing list support-bugzilla (AT) lists (DOT) mozilla.org PLEASE put support-bugzilla (AT) lists (DOT) mozilla.org in the To: field when you reply. This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you. support-bugzilla mailing list support-bugzilla (AT) lists (DOT) mozilla.org PLEASE put support-bugzilla (AT) lists (DOT) mozilla.org in the To: field when you reply. |
|
#4
|
|||
|
|||
|
Problem installing Perl Modules (win2k3 Server)
31 Mai, 11:05, kim.abdal (AT) gmail (DOT) com wrote:
I tried running the command but it failed giving the messages as below. What could be the reason? > C:\>ppm repo add ppm repo failed: Repo theory58S already set up with URLhttp://theoryx5.uwinnipe g.ca/ppms > C:\>ppm repo up theory58S The repo command 'up' isn't recognized; try one of add, delete, The PPM program has changed in ActivePerl-5.8.8.820. Therfore it's little different than described in the documents: command promt window and set your http proxy(if needed): set HTTP_proxy=http://proxy:port/ Then type "ppm" in the same command promt. You will get now the graphical Perl Package Manager. In the menu: Edit, Preferences, then tab Repositories you should see theory58S as one of the Repositories. doesn't matter. Press then ok and select "View all packets" Button With the search function you will find the needed packets and it shows all available versions from the various repositories. Mark the correct ones for installation and install them. That's all support-bugzilla mailing list support-bugzilla (AT) lists (DOT) mozilla.org PLEASE put support-bugzilla (AT) lists (DOT) mozilla.org in the To: field when you reply. |
|
#5
|
|||
|
|||
|
Problem installing Perl Modules (win2k3 Server)
Max Kanat-Alexander schreef:
31 May 2007 02:05:57 -0700 kim.abdalian (AT) gmail (DOT) com wrote: >Downloading ActiveState Package Repository packlistfailed 500 Can't >connect to ppm4.activestate.com:80 (connect: Unknown error) >Downloading theory58S packlistfailed 500 Can't connect to >theoryx5.uwinnipeg.ca:80 (connect: Unknown error) Looks like you have network problems! Maybe a firewall? It's quite a strange firewall if it won't let you access web pages from that machine. -Max Max, It is not so strange if you are working on a company network with a ISA server. Web access is possible through a webbrowser, but is not when using a CMMAND-box. Stuff like using proxy and authentication will be nessesary. Hans support-bugzilla mailing list support-bugzilla (AT) lists (DOT) mozilla.org PLEASE put support-bugzilla (AT) lists (DOT) mozilla.org in the To: field when you reply. |
|
#6
|
|||
|
|||
|
ppm install Email-Send
If you keep getting 'no missing packages to install' while running 'perl checksetup.pl' keep showing that 'Email-Send' is not found, then it means that previous versions of 'Email-Send' is already installed.
The problem is actually with the 'checksetup.pl' where .... if there are multiple version of Email-Send modules are found in your system, it will feedback 'no found'. if there is an older version of Email-Send module found in your system, it will feedback 'found' but not-ok. To double confirm this, make use of the PPM GUI by running 'ppm' from the command prompt, a pop-up windon 'Perl Package Manager' would be launched. Look out for all Email-Send modules installed. The solution is to uninstall all previously installed modules. You can do this from the GUI 'Perl Package Manager' or just run 'ppm remove Email-Send'. This will get rid of all Email-Send modules in your system. Then the next thing to do this to add the proper repository. You see, all these mess is actually due to the problem with the default repository of ActiveState Perl and this repository brings with it the Email-Send version 2.05. Thus, since Bugzilla recommended the usage of ActiveState Perl, whenever one install ActiveState Perl, Email-Send version 2.05 will have already been installed by default. The irony is Bugzilla requested to have Email-Send version 2.16 (or higher). And Email-Send version 2.16 or higher can be found at the repository recommended by the script 'Checksetup.pl', known as the alias 'theory58S'. So, after you have get rid of all 'Email-Send' modules. You must also get rid of all other repository by doing 'ppm repo delete <repo num>' Then run 'ppm repo list' to make sure that there is not existing repository installed. Then add repository 'theory58S' by doing 'ppm repo add theory58S <url>' as suggested by 'checksetup.pl' The idea is to make sure that 'theory58S' is the choice of repository for obtaining 'Email-Send'. Then run 'ppm install Email-Send'. I guarantee that it will sure work. As at 30th July 2008, it will install Email-Send version 2.185. Run 'checksetup.pl' again and you will see 'Checking for Email-Send (v2.16) ok: found v2.185' |
![]() |
| Viewing: Web Development Archives > Mailing Lists > Mozilla > Problem installing Perl Modules (win2k3 Server) |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|