473,608 Members | 2,412 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\Admini strator>cd\
>
> C:\>cd bugzilla
>
> C:\bugzilla>per l 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.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 *
> * 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 5212
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.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. *

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 simple example will help. I created a simple web project that contains two simple forms ... WebForm1 and WebForm2. WebForm1 has a button which when clicked simply does a Response.Redirect("WebForm2.aspx"). When I run the program and click the...
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 syncronization with remote database using merge replication. I found contradictory results while installing the application. I will mention here all the steps that I done while creating and installing setups. Result: Case 1: worked fine. ...
5
2013
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 Office app on either of his machines (One running W98 the other XP). However, he does have MS Works and MS Money on both machines. I sent him a CD with runtime setup package and my app. Runtime would
1
1918
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 seems to go fine, but Windows Update keeps telling me I need to install Service Pack 2. I have had this happen on other computers. Has anyone else experienced this? I'm wondering if it is installing it or not. I am investigating this, as I am...
11
1536
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 except one worked normally. This application is different from other as it is distributed (uses .Net Remoting), uses Crystal Reports 9 for web reports, uses Infragistics NetAdvantage suite controls and windows integrated authetication. The good...
0
2622
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 any method or component to wrote registry) After I used "InstallUtil" to registry Enterprise Library (those DLLs) to the deployment server, the application runs smoothly. Now I wonder why i need to registry those Enterprise Library DLLs into
1
2469
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 working. i have tried different mirrors also. I tried different modules also. ===========================================================
5
2203
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 fine in Outlook. However if I use the setup generated in the setup project Release folder then even though setup runs and finishes, the Outlook Add-in does not appear in Outlook. What is the problem and how can I fix it? Thanks
0
2151
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 env New python executable in env/bin/python Installing setuptools........... Complete output from command env/bin/python -c "#!python
0
8010
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
8157
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8349
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6820
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6015
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5479
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4030
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2477
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 we have to send another system
1
1607
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.