Community Forums
Connect with us on LinkedIn
Community Notice
+ Reply to Thread
Results 1 to 10 of 10
  1. #1
    Member
    Join Date
    Feb 2008
    Posts
    14

    Question Interchange will not work with a thread-enabled perl

    when i do /scripts/upcp --force

    i se theis when finesh

    Interchange will not work with a thread-enabled perl.
    BEGIN failed--compilation aborted at /usr/local/cpanel/3rdparty/interchange/bin/interchange line 49.

  2. #2
    cPanel Quality Assurance Analyst cPanelDon's Avatar
    Join Date
    Nov 2008
    Location
    Houston, Texas, U.S.A.
    Posts
    2,554
    cPanel/Enkompass Access Level

    DataCenter Provider

    Lightbulb Checking full cPanel version and build number and Perl version information

    Via root SSH access, please provide the output from the following commands:
    Code:
    # cat /usr/local/cpanel/version && echo
    # stat /usr/bin/perl
    # /usr/bin/perl -v | grep "v[0-9]"
    # stat /usr/local/bin/perl
    # /usr/local/bin/perl -v | grep "v[0-9]"

  3. #3
    Member
    Join Date
    Feb 2008
    Posts
    14

    Default

    Quote Originally Posted by cPanelDon View Post
    Via root SSH access, please provide the output from the following commands:
    Code:
    # cat /usr/local/cpanel/version && echo
    11.24.5-RELEASE_38506
    Code:
    # stat /usr/bin/perl
      File: `/usr/bin/perl'
      Size: 14836           Blocks: 32         IO Block: 4096   regular file
    Device: 803h/2051d      Inode: 2425528     Links: 2
    Access: (0700/-rwx------)  Uid: (    0/    root)   Gid: (    0/    root)
    Access: 2009-11-23 19:30:01.000000000 +0300
    Modify: 2009-04-03 02:43:34.000000000 +0300
    Change: 2009-11-21 19:17:28.000000000 +0300
    Code:
    # stat /usr/local/bin/perl
      File: `/usr/local/bin/perl' -> `/usr/bin/perl'
      Size: 13              Blocks: 0          IO Block: 4096   symbolic link
    Device: 803h/2051d      Inode: 199713      Links: 1
    Access: (0777/lrwxrwxrwx)  Uid: (    0/    root)   Gid: (    0/    root)
    Access: 2009-11-23 19:14:32.000000000 +0300
    Modify: 2009-05-13 16:57:13.000000000 +0300
    Change: 2009-05-13 16:57:13.000000000 +0300
    Code:
    # /usr/local/bin/perl -v | grep "v[0-9]"
    This is perl, v5.8.8 built for i386-linux-thread-multi
    Last edited by cPanelDon; 11-23-2009 at 08:55 PM. Reason: Clarifying output from command-line as quoted in CODE blocks

  4. #4
    cPanel Quality Assurance Analyst cPanelDon's Avatar
    Join Date
    Nov 2008
    Location
    Houston, Texas, U.S.A.
    Posts
    2,554
    cPanel/Enkompass Access Level

    DataCenter Provider

    Lightbulb

    Quote Originally Posted by tictic View Post
    when i do /scripts/upcp --force
    i se theis when finesh

    Interchange will not work with a thread-enabled perl.
    BEGIN failed--compilation aborted at /usr/local/cpanel/3rdparty/interchange/bin/interchange line 49.
    Quote Originally Posted by tictic View Post
    Code:
    # /usr/local/bin/perl -v | grep "v[0-9]"
    This is perl, v5.8.8 built for i386-linux-thread-multi
    If Interchange is not required then I would consider disabling it via WHM using the Tweak Settings page and the Service Manager; this will alleviate the issue and should stop the reported message.

    If Interchange is required it will be necessary to recompile Perl so it is not multi-threaded using our Perl installer (for v5.8.8) at the following site:
    http://httpupdate.cpanel.net/#installers
    Last edited by cPanelDon; 11-23-2009 at 08:57 PM. Reason: Correct a minor typo in grep syntax of quoted command

  5. #5
    Member
    Join Date
    Feb 2008
    Posts
    14

    Default

    haw i can reinstall Perl ??????

  6. #6
    cPanel Quality Assurance Analyst cPanelDon's Avatar
    Join Date
    Nov 2008
    Location
    Houston, Texas, U.S.A.
    Posts
    2,554
    cPanel/Enkompass Access Level

    DataCenter Provider

    Lightbulb

    Quote Originally Posted by tictic View Post
    haw i can reinstall Perl ??????
    Please reference the following FAQ entry that details the steps to upgrade or re-install Perl:
    PerlFAQ#How_do_I_upgrade_Perl < AllDocumentation/AllFAQ < TWiki
    Last edited by cPanelDon; 11-27-2009 at 08:32 PM. Reason: Removed reference link to an old thread to prevent confusion about unrelated steps.

  7. #7
    Member
    Join Date
    Feb 2008
    Posts
    14

    Default

    i re-install Perl but i have this

    Code:
    Mail Directory Conversion System
    Maildir is already enabled on this system. If you wish to reverse the changes made by the conversion process, please run the script /scripts/convert2maildir in a root shell and follow the instructions. If you need help please use the following information:
    Free Email Support for this conversion can be reached by emailing:
    
    maildir@cpanel.net
    
    Free Phone Support for this conversion can be reached by calling:
    
    +1 877 288 1492
    
    
    
    To restart maildir conversion for all email accounts, including
    partially converted accounts, please click the following button:
    i do this /scripts/convert2maildir

    Nothing happened

  8. #8
    cPanel Quality Assurance Analyst cPanelDon's Avatar
    Join Date
    Nov 2008
    Location
    Houston, Texas, U.S.A.
    Posts
    2,554
    cPanel/Enkompass Access Level

    DataCenter Provider

    Default

    Quote Originally Posted by tictic View Post
    i do this /scripts/convert2maildir

    Nothing happened
    I apologize for the confusion; regarding the linked thread of cPanel 11 Upgrade Checklist, I meant only to refer to the Perl upgrade steps. I will update my earlier post to help prevent future mix-ups.

    To clarify, the maildir conversion step in the aforementioned thread is not related to recompiling Perl so that Interchange can be installed; as the script output indicated your system is already using Maildir and this is normal.

  9. #9
    Member
    Join Date
    Feb 2008
    Posts
    14

    Default

    plz i want steps to upgrade and stmp back work agine in cPANEL failed

  10. #10
    cPanel Quality Assurance Analyst cPanelDon's Avatar
    Join Date
    Nov 2008
    Location
    Houston, Texas, U.S.A.
    Posts
    2,554
    cPanel/Enkompass Access Level

    DataCenter Provider

    Default

    Quote Originally Posted by tictic View Post
    plz i want steps to upgrade ...
    The steps are available in the Perl FAQ in our documentation; a direct link to the steps is below:
    Quote Originally Posted by cPanelDon View Post
    Please reference the following FAQ entry that details the steps to upgrade or re-install Perl:
    PerlFAQ#How_do_I_upgrade_Perl < AllDocumentation/AllFAQ < TWiki
    Quote Originally Posted by tictic View Post
    ... and stmp back work agine in cPANEL failed
    Please submit a ticket if the difficulty persists or continues; we will be able to more thoroughly investigate via direct access and assist further with the Perl steps.

Similar Threads & Tags
Similar threads

  1. Perl Multi Thread
    By hilario in forum Feature Requests for cPanel/WHM
    Replies: 1
    Last Post: 06-28-2011, 12:38 PM
  2. Interchange will not work with a thread-enabled perl
    By tictic in forum cPanel and WHM Discussions
    Replies: 3
    Last Post: 11-23-2009, 08:28 PM
  3. Perl Thread support..
    By joemorg in forum cPanel and WHM Discussions
    Replies: 11
    Last Post: 07-05-2007, 11:54 PM
  4. Interchange will not work with a thread-enabled perl.
    By esupport.org.ua in forum cPanel and WHM Discussions
    Replies: 1
    Last Post: 12-31-2004, 02:27 AM
  5. Should this be disabled perl threading enabled?
    By pingo in forum cPanel and WHM Discussions
    Replies: 0
    Last Post: 09-30-2003, 08:19 PM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube