473,394 Members | 1,738 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

ppm Template-GD is not installing

121 100+
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
Oct 21 '08 #1
4 4686
numberwhun
3,509 Expert Mod 2GB
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
Oct 21 '08 #2
sbettadpur
121 100+
Microsoft Windows [Version 5.2.3790]
(C) Copyright 1985-2003 Microsoft Corp.

C:\Documents and Settings\prathibha>cd\

C:\>cd bugzilla

C:\bugzilla>perl 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.uwinnipeg.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'@'localhost' (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
Oct 23 '08 #3
numberwhun
3,509 Expert Mod 2GB
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
Oct 23 '08 #4
Icecrack
174 Expert 100+

Can't connect to the database.
Error: Access denied for user 'bugs'@'localhost' (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.
Oct 23 '08 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Oplec | last post by:
Hi, I'm learning C++ as a hobby using The C++ Programming Language : Special Edition by Bjarne Stroustrup. I'm working on chpater 13 exercises that deal with templates. Exercise 13.9 asks for me...
31
by: nikola | last post by:
Hi all, I was working with a simple function template to find the min of two values. But since I would like the two values to be different (type) I dont know what kind of value (type) it will...
5
by: Gianni Mariani | last post by:
The spirit of this arguably pointless exercise, is that the numeric_limits<T> class could be replaced with a totally generic template of compile-time, template computed constants. The problem is...
2
by: Rudy Ray Moore | last post by:
Whenever I get any error with Vc++7.1/.net/2003, it is followed by huge ammounts of "template assistance" error messaging referencing template code (MTL) that has nothing to do with the error. ...
2
by: Alfonso Morra | last post by:
I have a class declared as ff: class __declspec(dllexport) A { public: A() ; A(const A&) A& operator=(const A&) ; ~A() ; void doThis(void) ;
19
by: aaragon | last post by:
Hi everyone. A very simple question. I would like to know what is better in terms of performance. I want to use a simple function to obtain the minimum of two values. One way could be using a...
3
by: Hamilton Woods | last post by:
Diehards, I developed a template matrix class back around 1992 using Borland C++ 4.5 (ancestor of C++ Builder) and haven't touched it until a few days ago. I pulled it from the freezer and...
45
by: charles.lobo | last post by:
Hi, I have recently begun using templates in C++ and have found it to be quite useful. However, hearing stories of code bloat and assorted problems I decided to write a couple of small programs...
9
by: Leo jay | last post by:
i'd like to implement a class template to convert binary numbers to decimal at compile time. and my test cases are: BOOST_STATIC_ASSERT((bin<1111,1111,1111,1111>::value == 65535));...
2
by: Gary Nastrasio | last post by:
I'm currently reading Andrei Alexandrescu's book "Modern C++ Design" and I'm a bit confused by one bit of template syntax in chapter 1. Here is a code example: template <class CreationPolicy>...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.