1
<!-- <!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook V4.1//EN"> -->
2
<appendix id="install-perlmodules-manual">
3
<title>Manual Installation of Perl Modules</title>
5
<section id="modules-manual-instructions">
6
<title>Instructions</title>
8
If you need to install Perl modules manually, here's how it's done.
9
Download the module using the link given in the next section, and then
10
apply this magic incantation, as root:
14
<screen><prompt>bash#</prompt> tar -xzvf <module>.tar.gz
15
<prompt>bash#</prompt> cd <module>
16
<prompt>bash#</prompt> perl Makefile.PL
17
<prompt>bash#</prompt> make
18
<prompt>bash#</prompt> make test
19
<prompt>bash#</prompt> make install</screen>
23
In order to compile source code under Windows you will need to obtain
24
a 'make' utility. The <command>nmake</command> utility provided with
25
Microsoft Visual C++ may be used. As an alternative, there is a
26
utility called <command>dmake</command> available from CPAN which is
27
written entirely in Perl.
30
As described in <xref linkend="modules-manual-download" />, however, most
31
packages already exist and are available from ActiveState or theory58S.
32
We highly recommend that you install them using the ppm GUI available with
33
ActiveState and to add the theory58S repository to your list of repositories.
38
<section id="modules-manual-download">
39
<title>Download Locations</title>
43
Running Bugzilla on Windows requires the use of ActiveState
44
Perl 5.8.1 or higher. Many modules already exist in the core
45
distribution of ActiveState Perl. Additional modules can be downloaded
46
from <ulink url="http://theoryx5.uwinnipeg.ca/ppms/" /> if you use
47
Perl 5.8.x or from <ulink url="http://cpan.uwinnipeg.ca/PPMPackages/10xx/" />
48
if you use Perl 5.10.x.
55
CPAN Download Page: <ulink url="http://search.cpan.org/dist/CGI.pm/"/>
56
Documentation: <ulink url="http://perldoc.perl.org/CGI.html"/>
63
CPAN Download Page: <ulink url="http://search.cpan.org/dist/Data-Dumper/"/>
64
Documentation: <ulink url="http://search.cpan.org/dist/Data-Dumper/Dumper.pm"/>
69
Date::Format (part of TimeDate):
71
CPAN Download Page: <ulink url="http://search.cpan.org/dist/TimeDate/"/>
72
Documentation: <ulink url="http://search.cpan.org/dist/TimeDate/lib/Date/Format.pm"/>
79
CPAN Download Page: <ulink url="http://search.cpan.org/dist/DBI/"/>
80
Documentation: <ulink url="http://dbi.perl.org/docs/"/>
87
CPAN Download Page: <ulink url="http://search.cpan.org/dist/DBD-mysql/"/>
88
Documentation: <ulink url="http://search.cpan.org/dist/DBD-mysql/lib/DBD/mysql.pm"/>
95
CPAN Download Page: <ulink url="http://search.cpan.org/dist/DBD-Pg/"/>
96
Documentation: <ulink url="http://search.cpan.org/dist/DBD-Pg/Pg.pm"/>
103
CPAN Download Page: <ulink url="http://search.cpan.org/dist/Template-Toolkit/"/>
104
Documentation: <ulink url="http://www.template-toolkit.org/docs.html"/>
111
CPAN Download Page: <ulink url="http://search.cpan.org/dist/GD/"/>
112
Documentation: <ulink url="http://search.cpan.org/dist/GD/GD.pm"/>
117
Template::Plugin::GD:
119
CPAN Download Page: <ulink url="http://search.cpan.org/dist/Template-GD/" />
120
Documentation: <ulink url="http://www.template-toolkit.org/docs/aqua/Modules/index.html" />
125
MIME::Parser (part of MIME-tools):
127
CPAN Download Page: <ulink url="http://search.cpan.org/dist/MIME-tools/"/>
128
Documentation: <ulink url="http://search.cpan.org/dist/MIME-tools/lib/MIME/Parser.pm"/>
134
<section id="modules-manual-optional">
135
<title>Optional Modules</title>
140
CPAN Download Page: <ulink url="http://search.cpan.org/dist/Chart/"/>
141
Documentation: <ulink url="http://search.cpan.org/dist/Chart/Chart.pod"/>
148
CPAN Download Page: <ulink url="http://search.cpan.org/dist/GDGraph/"/>
149
Documentation: <ulink url="http://search.cpan.org/dist/GDGraph/Graph.pm"/>
154
GD::Text::Align (part of GD::Text::Util):
156
CPAN Download Page: <ulink url="http://search.cpan.org/dist/GDTextUtil/"/>
157
Documentation: <ulink url="http://search.cpan.org/dist/GDTextUtil/Text/Align.pm"/>
164
CPAN Download Page: <ulink url="http://search.cpan.org/dist/XML-Twig/"/>
165
Documentation: <ulink url="http://standards.ieee.org/resources/spasystem/twig/twig_stable.html"/>
172
CPAN Download Page: <ulink url="http://search.cpan.org/author/JKEISER/PatchReader/"/>
173
Documentation: <ulink url="http://www.johnkeiser.com/mozilla/Patch_Viewer.html"/>
180
CPAN Download Page: <ulink url="http://search.cpan.org/dist/PerlMagick/"/>
181
Documentation: <ulink url="http://www.imagemagick.org/script/resources.php"/>