Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Results 1 to 10 of 10
  1. #1
    Member PPNSteve's Avatar
    Join Date
    Mar 2003
    Location
    Somewhere in Ilex Forest
    Posts
    309
    cPanel/Enkompass Access Level

    Root Administrator

    Exclamation upcp generates some new errors..

    last few runs of cpup has been generating new errors in the ftp update and IMAP server check:

    Code:
    Updating FTP Server...isweak is only available with the XS version of Scalar::Util at /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/Cpanel/Class/Meta/Class.pm line 6
    BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/Cpanel/Class/Meta/Class.pm line 6.
    Compilation failed in require at /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/Cpanel/Class.pm line 8.
    BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/Cpanel/Class.pm line 8.
    Compilation failed in require at /scripts/cPScript/Init/Factory.pm line 4.
    BEGIN failed--compilation aborted at /scripts/cPScript/Init/Factory.pm line 4.
    Compilation failed in require at /scripts/cPScript/Init.pm line 11.
    BEGIN failed--compilation aborted at /scripts/cPScript/Init.pm line 11.
    Compilation failed in require at /scripts/ftpup line 22.
    BEGIN failed--compilation aborted at /scripts/ftpup line 22.
    ...Done
    
    Updating IMAP Server...isweak is only available with the XS version of Scalar::Util at /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/Cpanel/Class/Meta/Class.pm line 6
    BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/Cpanel/Class/Meta/Class.pm line 6.
    Compilation failed in require at /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/Cpanel/Class.pm line 8.
    BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/Cpanel/Class.pm line 8.
    Compilation failed in require at /scripts/cPScript/Init/Factory.pm line 4.
    BEGIN failed--compilation aborted at /scripts/cPScript/Init/Factory.pm line 4.
    Compilation failed in require at /scripts/cPScript/Init.pm line 11.
    BEGIN failed--compilation aborted at /scripts/cPScript/Init.pm line 11.
    Compilation failed in require at /scripts/dovecotup line 20.
    BEGIN failed--compilation aborted at /scripts/dovecotup line 20.
    ...Done
    WHM 11.26.14
    REDHAT Enterprise 5.5 i686 standard 32bit

    Just want to know how to resolve it..

    thanks
    Last edited by PPNSteve; 09-25-2010 at 02:44 AM.
    Steve H.
    --------------
    1-GB.NET
    Domain Names

  2. #2
    Member PPNSteve's Avatar
    Join Date
    Mar 2003
    Location
    Somewhere in Ilex Forest
    Posts
    309
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    anyone?

    come on, would like to figure this one out.. and fix it.

    another report @ http://forums.cpanel.net/f5/ftp-serv...or-166470.html
    Steve H.
    --------------
    1-GB.NET
    Domain Names

  3. #3
    cPanel Staff cPanelJared's Avatar
    Join Date
    Feb 2010
    Location
    Houston, TX
    Posts
    1,066

    Default

    This page:

    Scalar::Util - search.cpan.org

    hints that the Perl module Scalar::Util may have been installed when the C compiler was not available or not working for some reason. I base this on the following:

    Scalar::Util contains both perl and C implementations of many of its functions so that those without access to a C compiler may still use it. However some of the functions are only available when a C compiler was available to compile the XS version of the extension.

    At present that list is: weaken, isweak, dualvar, isvstring, set_prototype
    Try reinstalling Scalar::Util with /scripts/checkperlmodules:

    Code:
    # /scripts/checkperlmodules --force
    Lastly, run checkperlmodules:

    Code:
    # /scripts/checkperlmodules --force
    If, after doing this, the error persists, I recommend submitting a ticket so that we may investigate the issue directly.
    For hands-on assistance, please reference our new support information page: Where should I go for support?
    cPResources: Support Options - Submit a ticket here - Additional Support Options - Forums Search - Mailing Lists(Alt) - Documentation


    -- Jared Ryan, Technical Analyst, cPanel Technical Support

  4. #4
    Member PPNSteve's Avatar
    Join Date
    Mar 2003
    Location
    Somewhere in Ilex Forest
    Posts
    309
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    ran it twice.. it first reported:
    Code:
    perlmod--Install done
    Using fast module check.....checked 140 modules in 2 second(s)
    Tested 140, 140 ok, 0 failed.
    Then the second time reports:
    Code:
    perlmod--Install done
    Using fast module check.....checked 121 modules in 2 second(s)
    Tested 122, 122 ok, 0 failed.
    Will run upcp now to see what happens..

    Ok, looks like that forced reinstall did fix it:
    Code:
    Updating FTP Server...Ftp Setup Script Version 6.1
    Fetching version information from http://httpupdate.cpanel.net/ftpinstall/version (CURRENT)....Fetching http://httpupdate.cpanel.net/ftpinstall/version (0)....@209.85.80.214......connected......receiving...100%......Done
    Done
    This is the pure-ftpd 1.0.27 installer release number 1.tls for platform redhat AS-5.5
    pure-ftpd is up to date.  Use ftpup --force to force a reinstall
    ...Done
    
    
    Updating IMAP Server...Dovecot Setup Script Version 1.0
    Fetching version information from http://httpupdate.cpanel.net/dovecotinstall/version (CURRENT)....Fetching http://httpupdate.cpanel.net/dovecotinstall/version (0)....@209.85.80.214......connected......receiving...100%......Done
    Done
    This is the dovecot 1.2.11 installer release number 0cp for platform redhat AS-5.5
    dovecot is up to date.  Use dovecotup --force to force a reinstall
    Install Complete
    ...Done
    thanks so much for the assist..
    Steve H.
    --------------
    1-GB.NET
    Domain Names

  5. #5
    cPanel Staff cPanelJared's Avatar
    Join Date
    Feb 2010
    Location
    Houston, TX
    Posts
    1,066

    Default

    You are most welcome. Please let us know if it recurs or if you see any other unusual errors in the upcp runs.
    For hands-on assistance, please reference our new support information page: Where should I go for support?
    cPResources: Support Options - Submit a ticket here - Additional Support Options - Forums Search - Mailing Lists(Alt) - Documentation


    -- Jared Ryan, Technical Analyst, cPanel Technical Support

  6. #6
    Member PPNSteve's Avatar
    Join Date
    Mar 2003
    Location
    Somewhere in Ilex Forest
    Posts
    309
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    Will do.

    thanks again,
    Steve H.
    --------------
    1-GB.NET
    Domain Names

  7. #7
    Registered User
    Join Date
    Mar 2004
    Location
    Eindhoven
    Posts
    30

    Default

    Got the same error on a large amount of machines as well. Didnt try if the force does work though, but there seems to be something wrong in general.

  8. #8
    Member PPNSteve's Avatar
    Join Date
    Mar 2003
    Location
    Somewhere in Ilex Forest
    Posts
    309
    cPanel/Enkompass Access Level

    Root Administrator

    Default

    IIRC there was a minor perl update a day or 2 before, then a WHM update right after.. thats when it triggered.
    Steve H.
    --------------
    1-GB.NET
    Domain Names

  9. #9
    Registered User
    Join Date
    Mar 2004
    Location
    Eindhoven
    Posts
    30

    Default

    Tested the above on 1 of the failed machines, and it did work; now working on the others. Glad this at least solves the issue.

  10. #10
    Registered User
    Join Date
    Oct 2010
    Posts
    1

    Default

    Thank you.

Similar Threads & Tags
Similar threads

  1. UPCP IP Errors
    By rpertiet in forum cPanel and WHM Discussions
    Replies: 1
    Last Post: 08-21-2008, 09:41 AM
  2. upcp generates an error
    By PPNSteve in forum cPanel and WHM Discussions
    Replies: 3
    Last Post: 05-24-2008, 11:50 AM
  3. errors with upcp help!!
    By bsasninja in forum cPanel and WHM Discussions
    Replies: 1
    Last Post: 02-21-2008, 08:32 AM
  4. upcp - Errors
    By Jan Lange in forum cPanel and WHM Discussions
    Replies: 2
    Last Post: 08-16-2007, 09:16 AM
  5. Errors in upcp
    By tmallardi in forum cPanel and WHM Discussions
    Replies: 2
    Last Post: 07-18-2005, 03:26 AM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube