473,509 Members | 3,032 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

problem in installing perl_modules

121 New Member
Hiiii
>
> I have installed mysql , Active perl 5.10 successfully but
> Template-GD: ppm install Template-GD
> PerlMagick: ppm install PerlMagick
> SOAP-Lite: ppm install SOAP-Lite
> mod_perl: ppm install mod_perl
> the above four modules are not installing , here is the screen shot ,
> plz help me to proceed
>
> Microsoft Windows [Version 5.2.3790]
> (C) Copyright 1985-2003 Microsoft Corp.
>
> C:\Documents and Settings\Administrator>cd\
>
> C:\>cd bugzilla
>
> C:\bugzilla>perl checksetup.pl
>
> * This is Bugzilla 3.0.2 on perl 5.10.0
> * 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.2501
> 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) not found
> 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 *
> * SOAP-Lite * XML-RPC Interface *
> * mod_perl * mod_perl *
> ************************************************** *********************
> COMMANDS TO INSTALL:
>
> Template-GD: ppm install Template-GD
> PerlMagick: ppm install PerlMagick
> SOAP-Lite: ppm install SOAP-Lite
> 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
>
> install_driver(mysql) failed: Attempt to reload DBD/mysql.pm aborted.
> Compilation failed in require at (eval 137) line 3, <DATA> chunk 275.
>
> at Bugzilla/DB.pm line 902
>
> C:\bugzilla>



with regards
Oct 25 '08 #1
2 5204
KevinADC
4,059 Recognized Expert Specialist
hAVE YOU FOLLOWED THESE INSTRUCTIONS AND RETRIED INSTALLING?

* 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. *

Not all modules can be installed on Windows. I don't know if some of the ones you are trying to install are some of those.
Oct 25 '08 #2
KevinADC
4,059 Recognized Expert Specialist
When I fired up PPM the only module I did not see listed was mod_perl, but it might be a repository I haven't added to PPM yet.
Oct 25 '08 #3

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

Similar topics

5
569
by: fripper | last post by:
I posted this problem a couple of days ago but felt I might have better luck re-stating the problem. Apparently I messed up IIS (v. 5) somehow because I am suddenly unable to load web forms! A...
1
1028
by: santhosh_176 | last post by:
:I Created a Pocket PC application for iPAQ 5450. Every thing went fine even installer creation. I could run the setup and install it into the actual device and worked fine. The application enables...
5
2006
by: summerwind | last post by:
I have distributed my app to a few users without problems (Not too many anyway) using the packaging wizard. I now have a problem that it causing me a great deal of concern. My client has no MS...
1
1909
by: AspDotNetDeveloper | last post by:
Hello, I have Windows 2003 Server with .Net Framework 1.1 installed (part of the OS), and have used Windows Update to install the Service Pack 2 (the only way you can install it). The install...
11
1518
by: Magdelin | last post by:
Hi, I accidently uninstalled IIS 5.1 on my XP Pro workstation and I think I messed up my .Net framework. Then, I reinstalled IIS and ran aspnet_regiis -i. After this, all asp.net applications...
0
2607
by: Benny Ng | last post by:
Hi,All, When i deploy Enterprise library with my application ,i used XCOPY to deploy it into my test server. But when application runs, shown some error related registry. (But actually I haven't...
1
2450
by: sureshbup | last post by:
Hi to all, I am trying to install CPAN modules using the command perl -MCPAN -e 'install qw (Text::CSV_XS)' but i get the problem like this even i changed the working proxies but none is...
5
2200
by: John | last post by:
Hi I have an Outlook add-in solution which includes a setup project. If I install the Outlook add-in by right clicking on the setup project and sleeting Install then the add-in gets installed...
0
2142
by: trihaitran | last post by:
I am reading chapter two of the Pylons book. In the text I am told to run: $ python virtualenv.py --no-site-packages env This is what I got back: $ python virtualenv.py --no-site-packages...
0
7234
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
7136
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
1
7069
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
5652
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5060
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4730
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
1570
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
775
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
441
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.