ppm Template-GD is not installing

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sbettadpur
    New Member
    • Aug 2007
    • 121

    ppm Template-GD is not installing

    Hello Team ,

    I have installed ActivePerl-5.8.8. but ppm Template-GD , ppm perlmagic ,ppm mod_perl is not installing , plz guide me to install those


    with regards
  • numberwhun
    Recognized Expert Moderator Specialist
    • May 2007
    • 3467

    #2
    Can you please provide more information than "its not installing"? That is a pretty vague description of your problem. By more information I mean run the installation and then post the output here so we can see what is happening. Then, we might be able to better help you.

    Also, please be sure and read the site Posting Guidelines as they will instruct you on the way to better ask questions.

    Regards,

    Jeff

    Comment

    • sbettadpur
      New Member
      • Aug 2007
      • 121

      #3
      Microsoft Windows [Version 5.2.3790]
      (C) Copyright 1985-2003 Microsoft Corp.

      C:\Documents and Settings\prathi bha>cd\

      C:\>cd bugzilla

      C:\bugzilla>per l checksetup.pl

      * This is Bugzilla 3.0.2 on perl 5.8.8
      * Running on Win2003 Build 3790 (Service Pack 2)

      Checking perl modules...
      Checking for CGI (v2.93) ok: found v3.41
      Checking for TimeDate (v2.21) ok: found v2.22
      Checking for DBI (v1.41) ok: found v1.607
      Checking for PathTools (v0.84) ok: found v3.2701
      Checking for Template-Toolkit (v2.12) ok: found v2.20
      Checking for Email-Send (v2.16) ok: found v2.192
      Checking for Email-MIME-Modifier (any) ok: found v1.442

      Checking available perl DBD modules...
      Checking for DBD-Pg (v1.45) not found
      Checking for DBD-mysql (v2.9003) ok: found v2.9004

      The following Perl modules are optional:
      Checking for GD (v1.20) ok: found v2.41
      Checking for Template-GD (any) not found
      Checking for Chart (v1.0) ok: found v2.4.1
      Checking for GDGraph (any) ok: found v1.44
      Checking for GDTextUtil (any) ok: found v0.86
      Checking for XML-Twig (any) ok: found v3.32
      Checking for MIME-tools (v5.406) ok: found v5.427
      Checking for libwww-perl (any) ok: found v5.814
      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.37
      Checking for SOAP-Lite (any) ok: found v0.55
      Checking for HTML-Parser (v3.40) ok: found v3.56
      Checking for HTML-Scrubber (any) ok: found v0.08
      Checking for Email-MIME-Attachment-Stripper (any) ok: found v1.315
      Checking for Email-Reply (any) ok: found v1.202
      Checking for mod_perl (v1.999022) not found
      Checking for CGI (v3.11) ok: found v3.41
      Checking for Apache-DBI (v0.96) ok: found v1.07

      * NOTE: 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 http://theoryx5.uwinni peg.ca/ppms *
      * *
      * 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. *
      *************** *************** *************** *************** ***********
      *************** *************** *************** *************** **********
      * 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. If you want to install *
      * one of these modules, just run the appropriate command in the *
      * "COMMANDS TO INSTALL" section. *
      *************** *************** *************** *************** **********

      *************** *************** *************** *************** ***********
      * MODULE NAME * ENABLES FEATURE(S) *
      *************** *************** *************** *************** ***********
      * Template-GD * Graphical Reports *
      * PerlMagick * Optionally Convert BMP Attachments to PNGs *
      * mod_perl * mod_perl *
      *************** *************** *************** *************** ***********
      COMMANDS TO INSTALL:

      Template-GD: ppm install Template-GD
      PerlMagick: ppm install PerlMagick
      mod_perl: ppm install mod_perl
      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 (v2.9003) ok: found v2.9004


      Can't connect to the database.
      Error: Access denied for user 'bugs'@'localho st' (using password: NO)
      Is your database installed and up and running?
      Do you have the correct username and password selected in localconfig?


      C:\bugzilla>


      The above given is the Sceen shot

      Comment

      • numberwhun
        Recognized Expert Moderator Specialist
        • May 2007
        • 3467

        #4
        The output you provided is from a "checksetup .pl" script that looks to be part of Bugzilla (or not, not sure as I don't mess with it). That doesn't help us. You said you are having trouble installing 3 packages. What I wanted to see was the output of your attempt to install those 3 packages, not the output of some bugzilla stuff.

        Regards,

        Jeff

        Comment

        • Icecrack
          Recognized Expert New Member
          • Sep 2008
          • 174

          #5
          Originally posted by sbettadpur

          Can't connect to the database.
          Error: Access denied for user 'bugs'@'localho st' (using password: NO)
          Is your database installed and up and running?
          Do you have the correct username and password selected in localconfig?

          The above given is the Sceen shot



          this is due to mysql not running or due to the fact that mysql username or password was wrong stored in localconfig file.

          Comment

          Working...