modules.xml 8.4 KB
Newer Older
1 2 3 4 5 6
<!-- <!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook V4.1//EN"> -->
<appendix id="install-perlmodules-manual">
  <title>Manual Installation of Perl Modules</title>
  
  <section id="modules-manual-instructions">
    <title>Instructions</title>
7 8 9 10
    <para>
      If you need to install Perl modules manually, here's how it's done.
      Download the module using the link given in the next section, and then
      apply this magic incantation, as root:
11 12 13 14 15 16 17 18 19 20
    </para>

    <para>  
      <screen><prompt>bash#</prompt> tar -xzvf &lt;module&gt;.tar.gz
<prompt>bash#</prompt> cd &lt;module&gt;
<prompt>bash#</prompt> perl Makefile.PL
<prompt>bash#</prompt> make
<prompt>bash#</prompt> make test
<prompt>bash#</prompt> make install</screen>
    </para>
21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
    <note>
      <para>
        In order to compile source code under Windows you will need to obtain
        a 'make' utility.  The <command>nmake</command> utility provided with
        Microsoft Visual C++ may be used.  As an alternative, there is a
        utility called <command>dmake</command> available from CPAN which is
        written entirely in Perl. The majority of the links given below, however,
        are to pre-compiled versions of the modules, which can be installed
        on Windows simply by issuing the following command once you have
        downloaded the PPD file (which may be packaged within a ZIP file):
      </para>
      <para>
        <screen>
          <prompt>&gt;</prompt> ppm install &lt;filename.ppd&gt;
        </screen>
      </para>
    </note>
38 39 40 41 42
  </section>
    
  <section id="modules-manual-download">
    <title>Download Locations</title>
    
43 44
    <note>
      <para>
45 46 47 48
        Running Bugzilla on Windows requires the use of ActiveState
        Perl 5.8.1 or higher. Some modules already exist in the core
        distribution of ActiveState Perl so no PPM link is given.
        (This is noted where it occurs.)
49 50
      </para>
    </note>
51 52 53 54 55 56 57 58

    <para>
      AppConfig:
      <literallayout>
        CPAN Download Page: <ulink url="http://search.cpan.org/src/ABW/AppConfig-1.56/lib/AppConfig.pm"/>
        PPM Download Link: <ulink url="http://landfill.bugzilla.org/ppm/AppConfig.ppd"/>
        Documentation: <ulink url="http://search.cpan.org/~abw/AppConfig-1.56/lib/AppConfig.pm"/>
      </literallayout>
59 60
    </para>
    
61 62
    <para>
      CGI:
63 64
      <literallayout>
        CPAN Download Page: <ulink url="http://search.cpan.org/dist/CGI.pm/"/>
65
        PPM Download Link: Part of core distribution.
66 67 68 69
        Documentation: <ulink url="http://www.perldoc.com/perl5.8.0/lib/CGI.html"/>
      </literallayout>
    </para>

70 71 72
    <para>
      Data-Dumper:
      <literallayout>
73
        CPAN Download Page: <ulink url="http://search.cpan.org/src/ILYAM/Data-Dumper-2.121/Dumper.pm"/>
74 75 76 77 78 79 80
        PPM Download Page: Part of core distribution.
        Documentation: <ulink url="http://search.cpan.org/~ilyam/Data-Dumper-2.121/Dumper.pm"/>
      </literallayout>
    </para>
    
    <para>
      Date::Format (part of TimeDate):
81 82
      <literallayout>
        CPAN Download Page: <ulink url="http://search.cpan.org/dist/TimeDate/"/>
83
        PPM Download Link: <ulink url="http://landfill.bugzilla.org/ppm/TimeDate.ppd"/>
84 85 86 87
        Documentation: <ulink url="http://search.cpan.org/dist/TimeDate/lib/Date/Format.pm"/>
      </literallayout>
    </para>

88 89
    <para>
      DBI:
90 91
      <literallayout>
        CPAN Download Page: <ulink url="http://search.cpan.org/dist/DBI/"/>
92
        PPM Download Link: <ulink url="http://landfill.bugzilla.org/ppm/DBI.ppd"/>
93 94 95 96
        Documentation: <ulink url="http://dbi.perl.org/docs/"/>
      </literallayout>
    </para>

97 98
    <para>
      DBD::mysql:
99 100
      <literallayout>
        CPAN Download Page: <ulink url="http://search.cpan.org/dist/DBD-mysql/"/>
101
        PPM Download Link: <ulink url="http://landfill.bugzilla.org/ppm/DBD-mysql.ppd"/>
102 103 104 105
        Documentation: <ulink url="http://search.cpan.org/dist/DBD-mysql/lib/DBD/mysql.pm"/>
      </literallayout>
    </para>

106 107
    <para>
      File::Spec:
108 109
      <literallayout>
        CPAN Download Page: <ulink url="http://search.cpan.org/dist/File-Spec/"/>
110
        PPM Download Page: Part of core distribution.
111 112 113 114
        Documentation: <ulink url="http://www.perldoc.com/perl5.8.0/lib/File/Spec.html"/>
      </literallayout>
    </para>

115 116
    <para>
      File::Temp:
117 118
      <literallayout>
        CPAN Download Page: <ulink url="http://search.cpan.org/dist/File-Temp/"/>
119
        PPM Download Page: Part of core distribution.
120 121 122 123
        Documentation: <ulink url="http://www.perldoc.com/perl5.8.0/lib/File/Temp.html"/>
      </literallayout>
    </para>

124 125
    <para>
      Template-Toolkit:
126 127
      <literallayout>
        CPAN Download Page: <ulink url="http://search.cpan.org/dist/Template-Toolkit/"/>
128
        PPM Download Link: <ulink url="http://landfill.bugzilla.org/ppm/Template-Toolkit.ppd"/>
129 130 131 132
        Documentation: <ulink url="http://www.template-toolkit.org/docs.html"/>
      </literallayout>
    </para>

133 134
    <para>
       Text::Wrap:
135 136
      <literallayout>
        CPAN Download Page: <ulink url="http://search.cpan.org/dist/Text-Tabs+Wrap/"/>
137
        PPM Download Link: Part of core distribution.
138 139 140 141
        Documentation: <ulink url="http://www.perldoc.com/perl5.8.0/lib/Text/Wrap.html"/>
      </literallayout>
    </para>
 
142 143
    <para>
      GD:
144 145
      <literallayout>
        CPAN Download Page: <ulink url="http://search.cpan.org/dist/GD/"/>
146
        PPM Download Link: <ulink url="http://landfill.bugzilla.org/ppm/GD.ppd"/>
147 148 149
        Documentation: <ulink url="http://stein.cshl.org/WWW/software/GD/"/>
      </literallayout>
    </para>
150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168

    <para>
      MIME::Base64:
      <literallayout>
        CPAN Download Page: <ulink url="http://search.cpan.org/dist/MIME-Base64/"/>
        PPM Download Link: <ulink url="http://ppm.activestate.com/PPMPackages/zips/8xx-builds-only/Windows/MIME-Base64-2.20.zip"/>
        Documentation: <ulink url="http://search.cpan.org/dist/MIME-Base64/Base64.pm"/>
      </literallayout>
    </para>

    <para>
      MIME::Parser (part of MIME-tools):
      <literallayout>
        CPAN Download Page: <ulink url="http://search.cpan.org/dist/MIME-tools/"/>
        PPM Download Link: <ulink url="http://ppm.activestate.com/PPMPackages/zips/8xx-builds-only/Windows/MIME-tools-5.411a.zip"/>
        Documentation: <ulink url="http://search.cpan.org/dist/MIME-tools/lib/MIME/Parser.pm"/>
      </literallayout>
    </para>

169
  </section>
170

171
  <section id="modules-manual-optional">
172 173 174 175
    <title>Optional Modules</title>

    <para>
      Chart::Base:
176 177
      <literallayout>
        CPAN Download Page: <ulink url="http://search.cpan.org/dist/Chart/"/>
178 179
        PPM Download Page: <ulink url="http://landfill.bugzilla.org/ppm/Chart.ppd"/>
        Documentation: <ulink url="http://search.cpan.org/src/CHARTGRP/Chart-2.3/doc/Documentation.pdf"/>
180 181 182
      </literallayout>
    </para>

183 184
     <para>
      GD::Graph:
185 186
      <literallayout>
        CPAN Download Page: <ulink url="http://search.cpan.org/dist/GDGraph/"/>
187
        PPM Download Link: <ulink url="http://landfill.bugzilla.org/ppm/GDGraph.ppd"/>
188 189 190 191
        Documentation: <ulink url="http://search.cpan.org/dist/GDGraph/Graph.pm"/>
      </literallayout>
    </para>

192 193
    <para>
      GD::Text::Align (part of GD::Text::Util):
194 195
      <literallayout>
        CPAN Download Page: <ulink url="http://search.cpan.org/dist/GDTextUtil/"/>
196
        PPM Download Page: <ulink url="http://landfill.bugzilla.org/ppm/GDTextUtil.ppd"/>
197 198 199 200
        Documentation: <ulink url="http://search.cpan.org/dist/GDTextUtil/Text/Align.pm"/>
      </literallayout>
    </para>

201 202
   <para>
      XML::Parser:
203 204
      <literallayout>
        CPAN Download Page: <ulink url="http://search.cpan.org/dist/XML-Parser/"/>
205
        PPM Download Link: Part of core distribution.
206 207 208 209
        Documentation: <ulink url="http://www.perldoc.com/perl5.6.1/lib/XML/Parser.html"/>
      </literallayout>
    </para>

210 211
    <para>
      PatchReader:
212 213
      <literallayout>
        CPAN Download Page: <ulink url="http://search.cpan.org/author/JKEISER/PatchReader/"/>
214
        PPM Download Link: <ulink url="http://landfill.bugzilla.org/ppm/PatchReader.ppd"/>
215 216 217
        Documentation: <ulink url="http://www.johnkeiser.com/mozilla/Patch_Viewer.html"/>
      </literallayout>
    </para>
218 219 220 221 222 223 224 225 226

   <para>
      Image::Magick:
      <literallayout>
        CPAN Download Page: <ulink url="http://search.cpan.org/dist/PerlMagick/"/>
        PPM Download Link: Included in Windows binary package.
        Documentation: <ulink url="http://www.imagemagick.org/script/resources.php"/>
      </literallayout>
    </para>
227 228
   </section>
</appendix>