~ubuntu-branches/ubuntu/jaunty/horae/jaunty

« back to all changes in this revision

Viewing changes to 0CPAN/Archive-Zip-1.16/INSTALL

  • Committer: Bazaar Package Importer
  • Author(s): Carlo Segre
  • Date: 2008-02-23 23:13:02 UTC
  • mfrom: (2.1.2 hardy)
  • Revision ID: james.westby@ubuntu.com-20080223231302-mnyyxs3icvrus4ke
Tags: 066-3
Apply patch to athena_parts/misc.pl for compatibility with 
perl-tk 804.28.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
To make and test, do the following:
2
 
        perl Makefile.PL
3
 
        make
4
 
        make test
5
 
 
6
 
To copy the libs and docs to the right places,
7
 
do this (as superuser or administrator):
8
 
        make install
9
 
 
10
 
If you're using Windows, you probably have to first get nmake to make this
11
 
work.  If you have the ActiveState distribution, read the part about installing
12
 
modules from CPAN.
13
 
 
14
 
Then:
15
 
        perl Makefile.PL
16
 
        nmake
17
 
        nmake test
18
 
        nmake install
19
 
 
20
 
 
21
 
If you don't have the Info-Zip tools zip and unzip installed, you may
22
 
get warnings from "make test" or "nmake test". Don't worry about these.
23
 
 
24
 
Actually, if you're using ActiveState's ActivePerl on Windows
25
 
you should first check for up to date .PPM versions and use their PPM tool
26
 
to install them.
27
 
 
28
 
If you are having install problems on RedHat 8 or 9 with Perl 5.8.0, please
29
 
read this (from the FAQ in lib/Archive/Zip/FAQ.pod):
30
 
 
31
 
        Q: Archive::Zip won't install on my RedHat 9 system! It's broke!
32
 
 
33
 
        A: This has become something of a FAQ.  Basically, RedHat broke some
34
 
        versions of Perl by setting LANG to UTF8.  They apparently have a fixed
35
 
        version out as an update.
36
 
 
37
 
        You might try running CPAN or creating your Makefile after exporting the
38
 
        LANG environment variable as
39
 
 
40
 
        "LANG=C"
41
 
 
42
 
        <https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=87682>
43