Results 1 to 7 of 7
  1. #1
    Join Date
    Aug 2004
    Posts
    167

    CPanel checkperlmodules prerequisite Perl module not found (outdated)

    Hi, i had 3 emails last night from my box regarding a [checkperlmodules] automatic upgrade. The modules cannot install as the modules on my system are outdated. I tried installing the module under WHM, IO::Compress::Base, but it says it is the most recent (2.005) and wont upgrade!

    Under WHM -> 'Update System Software' i get the same error as modules wont build as they are require 2.006 and i have 2.005.

    Is there anywayy how can i force an upgrade regardles?

    Warning: prerequisite IO::Compress::Base 2.006 not found. We have 2.005.

    [checkperlmodules] The perl module IO::Uncompress::Gunzip could not be installed.
    This module is required by cPanel, and the system may not function correctly until it is installed, and functional. Below is the results of the auto-install attempt:

    Test Run
    ==============
    IO::Compress::Base::Common version 2.006 required--this is only version 2.005 at /usr/lib/perl5/site_perl/5.8.8/IO/Uncompress/RawInflate.pm line 9.
    BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.8.8/IO/Uncompress/RawInflate.pm line 9.
    Compilation failed in require at /usr/lib/perl5/site_perl/5.8.8/IO/Uncompress/Gunzip.pm line 12.
    BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.8.8/IO/Uncompress/Gunzip.pm line 12.
    Compilation failed in require at - line 1.
    BEGIN failed--compilation aborted at - line 1.


    Installer Run

    .... snip ....
    CPAN.pm: Going to build P/PM/PMQS/IO-Compress-Zlib-2.006.tar.gz


    Up/Downgrade not needed.
    Checking if your kit is complete...
    Looks good
    Warning: prerequisite IO::Compress::Base 2.006 not found. We have 2.005.
    Warning: prerequisite IO::Uncompress::Base 2.006 not found. We have 2.005.
    Writing Makefile for IO::Compress::Zlib
    CPAN: YAML loaded ok (v0.65)
    ... snip ...

    Many thanks in advance,

    Chris

  2. #2
    Join Date
    Oct 2004
    Location
    Kerala, India
    Posts
    4,771
    Try updating the cpanel.
    David | www.cliffsupport.com
    Affordable Server Management Solutions sales AT cliffsupport DOT com
    CliffWebManager | Access WHM from iPhone and Android

  3. #3
    Join Date
    May 2006
    Posts
    1,426
    I been getting the same emails but when I go in and try to install them with cpan says they are already installed. Only have this problem with a centos 4 server, havent seen it in any centos 5 servers...yet. It all started for me about 3 weeks ago I get an email saying I need to update perl and it gave instructions. I updated perl, had to reinstall spamassasin and now this.

    I dont think its nothing to worry about, go in and try to install it in cpan and it will probably say its already installed

  4. #4
    Join Date
    Dec 2005
    Location
    Houma, LA
    Posts
    71
    Here is a link to the solution to this problem.

    http://forums.cpanel.net/showpost.ph...7&postcount=82
    Owner/President
    Booyah! Web Hosting, L.L.C.
    Great Personal Service
    Experience the Booyah! Difference

  5. #5
    Join Date
    Feb 2006
    Location
    Melbourne, Australia
    Posts
    141
    I received the same thing o-dog, I think it was in the update or something, this should resolve the issue and/or anything else that's not working =p

    Code:
    /scripts/upcp --force;/scripts/fixeverything;/scripts/fixcommonproblems;/scripts/updateuserdomains
    Dymestry Interactive | Australian Co-Location - Dymestry.com
    Fully Managed Dedicated Servers And Co-Location (Sydney & Melbourne)

  6. #6
    Join Date
    Aug 2004
    Posts
    167
    perlmod--Install done
    Tested 96, 96 ok, 0 failed.
    GD installed ok

    Thanks for the help and link guys

  7. #7
    Join Date
    Jan 2005
    Location
    Scotland, UK
    Posts
    2,681
    They sent this today.

    Dear cPanel Partner,

    The CPAN module IO::Compress::Zlib version 2.006 has caused several issues for
    some. The problems arise due to a dependency upon IO::Compress::Base not
    being correctly installed. This is due to some mirrors not being updated with
    the proper dependency information. Since the dependencies are incorrect, the
    module no longer functions properly. The most noticeable problem from this is
    the complete breakage of DNSAdmin, however other issues are caused. To
    alleviate the problems, cPanel is providing a hotfix which can be applied in
    the following manner:

    From the command line:

    1. SSH into your server as root.
    2. At the command line, execute the following:
    /scripts/autorepair io_compress_gzip

    Or from WHM:

    1. Log into WHM as root
    2. Enter the following URL into your browser's address bar:
    https://__YOURSERVERHERE__:2087/autofixer
    (example: https://www.example.com:2087/autofixer)
    3. When prompted, enter: io_compress_gzip

    The autofixer will report it is applying "IO::Compress::Zlib autorepair
    verison 1.1" This process replaces the IO::Compress::Zlib with
    version 2.005. Also a hold back has been enabled to prevent the perl installer
    process from installing IO::Compress::Zlib version 2.006 until a new
    version is available that fixes this problem.

    For non-cPanel servers that experience this issue, it is also possible to
    resolve this manually by performing the following steps:

    1. SSH into your server as root.
    2. Execute the following commands:
    wget
    http://search.cpan.org/CPAN/authors/...e-2.006.tar.gz
    tar xfzv IO-Compress-Base-2.006.tar.gz
    cd IO-Compress-Base-2.006
    perl Makefile.PL
    make
    make install

    The manual fix will also work for a cPanel server.

    In order to expedite the process, we have also updated all published builds to include the fix.

    If you incur any difficulties during the update process or have any questions
    or concerns you wish us to address, please contact our support team by
    opening a support ticket though the manage interface.
    Server Management - AdminGeekZ.com
    Infrastructure Management, Web Application Performance, mySQL DBA. System Automation.
    WordPress/Magento Performance, Apache to Nginx Conversion, Varnish Implimentation, DDoS Protection, Custom Nginx Modules
    Check our wordpress varnish plugin. Contact us for quote: sales@admingeekz.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •