⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 source of perl for linux application,
💻
字号:
                             Compress-Zlib                             Version 2.008                             2nd November 2007       Copyright (c) 1995-2007 Paul Marquess. All rights reserved.          This program is free software; you can redistribute it           and/or modify it under the same terms as Perl itself.DESCRIPTION-----------This module provides a Perl interface to the zlib compression library.  PREREQUISITES-------------Before you can build Compress-Zlib you need to have the followinginstalled on your system:    * Perl 5.004 or better.     * Compress::Raw::Zlib    * IO::Compress::GzipBUILDING THE MODULE-------------------Assuming you have met all the prerequisites, the module can now be builtusing this sequence of commands:    perl Makefile.PL    make    make testINSTALLATION------------To install Compress-Zlib, run the command below:    make installTROUBLESHOOTING---------------Undefined Symbol gzsetparams----------------------------If you get the error shown below when you run the Compress-Zlib testharness it probably means you are running a copy of zlib that isversion 1.0.5 or older.t/01version.........Can't load 'blib/arch/auto/Compress/Zlib/Zlib.so' for                     module Compress::Raw::Zlib: blib/arch/auto/Compress/Raw/Zlib/Zlib.so:                    undefined symbol: gzsetparams at ...There are two ways to fix this problem:    1. Upgrade to the latest version of zlib.    2. Edit config.in and set the OLD_ZLIB variable to True.Test Harness 01version fails----------------------------If the 01version test harness fails, and the problem isn't covered by thescenario above, it probably means that you have two versions of zlib installed on your system.Run the command below to see if this is indeed the case    make test TEST_VERBOSE=1 TEST_FILES=t/01version.t Try removing the one you don't want to use and rebuild.   FEEDBACK--------How to report a problem with Compress-Zlib.To help me help you, I need all of the following information: 1. The Versions of everything relevant.    This includes:     a. The *complete* output from running this                 perl -V             Do not edit the output in any way.        Note, I want you to run "perl -V" and NOT "perl -v".             If your perl does not understand the "-V" option it is too        old. This module needs Perl version 5.004 or better.          b. The version of Compress-Zlib you have.         If you have successfully installed Compress-Zlib, this one-liner        will tell you:           perl -MCompress::Zlib -e 'print qq[ver $Compress::Zlib::VERSION\n]'        If you are  running windows use this           perl -MCompress::Zlib -e "print qq[ver $Compress::Zlib::VERSION\n]"        If you haven't installed Compress-Zlib then search Compress::Zlib.pm        for a line like this:          $VERSION = "2.008" ; 2. If you are having problems building Compress-Zlib, send me a    complete log of what happened. Start by unpacking the Compress-Zlib    module into a fresh directory and keep a log of all the steps        [edit config.in, if necessary]        perl Makefile.PL        make        make test TEST_VERBOSE=1          Paul Marquess <pmqs@cpan.org>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -