Help for this page

Select Code to Download


  1. or download this
     bash-4.1$ perl Makefile.PL 
    Parsing config.in...
    Building Zlib enabled
    ...
    Checking if your kit is complete...
    Looks good
    Writing Makefile for Compress::Raw::Zlib
    
  2. or download this
    bash-4.1$ make
    cp lib/Compress/Raw/Zlib.pm blib/lib/Compress/Raw/Zlib.pm
    ...
    cp Zlib.bs blib/arch/auto/Compress/Raw/Zlib/Zlib.bs
    chmod 644 blib/arch/auto/Compress/Raw/Zlib/Zlib.bs
    Manifying blib/man3/Compress::Raw::Zlib.3
    
  3. or download this
    make test
    PERL_DL_NONLAZY=1 /opt/openpkg/current/bin/perl "-MExtUtils::Command::
    +MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
    t/000prereq.t ...... ok   
    ...
    All tests successful.
    Files=7, Tests=706, 12 wallclock secs ( 0.53 usr  0.09 sys + 11.33 cus
    +r  0.37 csys = 12.32 CPU)
    Result: PASS
    
  4. or download this
    bash-4.1$ make install
    Files found in blib/arch: installing files in blib/lib into architectu
    +re dependent library tree
    Appending installation info to /opt/openpkg/current/lib/perl/5.12.1/su
    +n4-solaris/perllocal.pod
    
  5. or download this
    bash-4.1$ perl
    use Compress::Raw::Zlib 2.037;
    Compress::Raw::Zlib version 2.037 required--this is only version 2.023
    + at - line 1.
    BEGIN failed--compilation aborted at - line 1.
    
  6. or download this
    bash-4.1$ env
    HZ=
    ...
    bash-4.1$ which perl
    /opt/openpkg/current/bin/perl