modules.xml 5.93 KB
Newer Older
1
<!-- <!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook V4.1//EN"> -->
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
<appendix id="install-perlmodules-manual">
  <title>Manual Installation of Perl Modules</title>
  
  <section id="modules-manual-instructions">
    <title>Instructions</title>
    <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:
    </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>
    <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
27
        written entirely in Perl.
28 29
      </para>
      <para>
30 31 32 33
        As described in <xref linkend="modules-manual-download" />, however, most
        packages already exist and are available from ActiveState or theory58S.
        We highly recommend that you install them using the ppm GUI available with
        ActiveState and to add the theory58S repository to your list of repositories.
34 35 36 37 38 39 40
      </para>
    </note>
  </section>
    
  <section id="modules-manual-download">
    <title>Download Locations</title>
    
41 42
    <note>
      <para>
43
        Running Bugzilla on Windows requires the use of ActiveState
44 45 46 47 48
        Perl 5.8.1 or higher. Many modules already exist in the core
        distribution of ActiveState Perl. Additional modules can be downloaded
        from <ulink url="http://theoryx5.uwinnipeg.ca/ppms/" /> if you use
        Perl 5.8.x or from <ulink url="http://cpan.uwinnipeg.ca/PPMPackages/10xx/" />
        if you use Perl 5.10.x.
49 50
      </para>
    </note>
51 52 53 54 55

    <para>
      CGI:
      <literallayout>
        CPAN Download Page: <ulink url="http://search.cpan.org/dist/CGI.pm/"/>
56
        Documentation: <ulink url="http://perldoc.perl.org/CGI.html"/>
57 58 59 60 61 62
      </literallayout>
    </para>

    <para>
      Data-Dumper:
      <literallayout>
63 64
        CPAN Download Page: <ulink url="http://search.cpan.org/dist/Data-Dumper/"/>
        Documentation: <ulink url="http://search.cpan.org/dist/Data-Dumper/Dumper.pm"/>
65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91
      </literallayout>
    </para>
    
    <para>
      Date::Format (part of TimeDate):
      <literallayout>
        CPAN Download Page: <ulink url="http://search.cpan.org/dist/TimeDate/"/>
        Documentation: <ulink url="http://search.cpan.org/dist/TimeDate/lib/Date/Format.pm"/>
      </literallayout>
    </para>

    <para>
      DBI:
      <literallayout>
        CPAN Download Page: <ulink url="http://search.cpan.org/dist/DBI/"/>
        Documentation: <ulink url="http://dbi.perl.org/docs/"/>
      </literallayout>
    </para>

    <para>
      DBD::mysql:
      <literallayout>
        CPAN Download Page: <ulink url="http://search.cpan.org/dist/DBD-mysql/"/>
        Documentation: <ulink url="http://search.cpan.org/dist/DBD-mysql/lib/DBD/mysql.pm"/>
      </literallayout>
    </para>

92
    <para>
93
      DBD::Pg:
94
      <literallayout>
95 96
        CPAN Download Page: <ulink url="http://search.cpan.org/dist/DBD-Pg/"/>
        Documentation: <ulink url="http://search.cpan.org/dist/DBD-Pg/Pg.pm"/>
97 98 99
      </literallayout>
    </para>

100 101 102 103 104 105 106 107 108
    <para>
      Template-Toolkit:
      <literallayout>
        CPAN Download Page: <ulink url="http://search.cpan.org/dist/Template-Toolkit/"/>
        Documentation: <ulink url="http://www.template-toolkit.org/docs.html"/>
      </literallayout>
    </para>

    <para>
109
      GD:
110
      <literallayout>
111
        CPAN Download Page: <ulink url="http://search.cpan.org/dist/GD/"/>
112
        Documentation: <ulink url="http://search.cpan.org/dist/GD/GD.pm"/>
113 114
      </literallayout>
    </para>
115

116 117 118 119 120 121 122 123
    <para>
      Template::Plugin::GD:
      <literallayout>
       CPAN Download Page: <ulink url="http://search.cpan.org/dist/Template-GD/" />
       Documentation: <ulink url="http://www.template-toolkit.org/docs/aqua/Modules/index.html" />
      </literallayout>
    </para>

124 125 126 127 128 129 130 131
    <para>
      MIME::Parser (part of MIME-tools):
      <literallayout>
        CPAN Download Page: <ulink url="http://search.cpan.org/dist/MIME-tools/"/>
        Documentation: <ulink url="http://search.cpan.org/dist/MIME-tools/lib/MIME/Parser.pm"/>
      </literallayout>
    </para>

132
  </section>
133

134
  <section id="modules-manual-optional">
135 136 137
    <title>Optional Modules</title>

    <para>
138
      Chart::Lines:
139 140
      <literallayout>
        CPAN Download Page: <ulink url="http://search.cpan.org/dist/Chart/"/>
141
        Documentation: <ulink url="http://search.cpan.org/dist/Chart/Chart.pod"/>
142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161
      </literallayout>
    </para>

     <para>
      GD::Graph:
      <literallayout>
        CPAN Download Page: <ulink url="http://search.cpan.org/dist/GDGraph/"/>
        Documentation: <ulink url="http://search.cpan.org/dist/GDGraph/Graph.pm"/>
      </literallayout>
    </para>

    <para>
      GD::Text::Align (part of GD::Text::Util):
      <literallayout>
        CPAN Download Page: <ulink url="http://search.cpan.org/dist/GDTextUtil/"/>
        Documentation: <ulink url="http://search.cpan.org/dist/GDTextUtil/Text/Align.pm"/>
      </literallayout>
    </para>

   <para>
162
      XML::Twig:
163
      <literallayout>
164 165
        CPAN Download Page: <ulink url="http://search.cpan.org/dist/XML-Twig/"/>
        Documentation: <ulink url="http://standards.ieee.org/resources/spasystem/twig/twig_stable.html"/>
166 167 168 169 170 171 172 173 174 175 176
      </literallayout>
    </para>

    <para>
      PatchReader:
      <literallayout>
        CPAN Download Page: <ulink url="http://search.cpan.org/author/JKEISER/PatchReader/"/>
        Documentation: <ulink url="http://www.johnkeiser.com/mozilla/Patch_Viewer.html"/>
      </literallayout>
    </para>
   </section>
177
</appendix>