Results 1 to 3 of 3

Thread: Unable to install any PEAR modules

  1. #1
    Member
    Join Date
    Oct 2005
    Posts
    136

    Default Unable to install any PEAR modules

    For some reason, I can't install any pear modules via cPanel:

    downloading OLE-1.0.0RC2.tgz ...
    Starting to download OLE-1.0.0RC2.tgz (13,981 bytes)
    .....done: 13,981 bytes
    Could not get contents of package "/root/tmp/pear/cache/OLE-1.0.0RC2.tgz". Invalid tgz file.
    Download of "pear/OLE" succeeded, but it is not a valid package archive
    Error: cannot download "pear/OLE"
    Download failed
    install failed


    I verified that /root/tmp/pear/cache/OLE-1.0.0RC2.tgz exists and is a valid archive. I tried several different packages and I can't install anything.

  2. #2
    cPanel Staff Eric's Avatar
    Join Date
    Nov 2007
    Location
    Texas
    Posts
    623
    cPanel/WHM Access Level

    Root Administrator

    Default Re: Unable to install any PEAR modules

    Howdy,

    Could you issue a ticket for this? We need to review this a bit more.

    Thanks!

  3. #3
    cPanel Staff cPanelTristan's Avatar
    Join Date
    Oct 2010
    Location
    somewhere over the rainbow
    Posts
    7,611
    cPanel/WHM Access Level

    Root Administrator

    Default Re: Unable to install any PEAR modules

    Hello,

    While you are working on issuing a ticket, could you try the following to see the results:

    Code:
    pear channel-update pear.php.net
    This will update the PEAR channel.

    Then run this to see if your existing php.ini file might be the cause:

    Code:
    cd /usr/local/lib
    mv php.ini php.ini.bak120628
    /scripts/phpini
    At that point, please try to install the PEAR package to see the results. If it works, then please try the following to see the differences in the two php.ini files:

    Code:
    diff /usr/local/lib/php.ini /usr/local/lib/php.ini.bak120628
    Thanks!
    cPResources: Support Options | More Support Options | Forums Search | cPanel.net Site Search | Mailing Lists(Alt) | Docs
    -- Tristan, Technical Analyst III, Forums Specialist, cPanel Tech Support

    Submit a ticket | Check an existing ticket

Similar Threads

  1. Not able to install Pear HTTP_Request
    By jteerman in forum cPanel & WHM Discussions
    Replies: 9
    Last Post: 12-23-2009, 06:26 AM
  2. pear install
    By wcardinal in forum cPanel & WHM Discussions
    Replies: 13
    Last Post: 09-29-2008, 10:55 AM
  3. pear modules
    By Zion Ahead in forum cPanel & WHM Discussions
    Replies: 2
    Last Post: 08-06-2008, 06:25 AM
  4. Problem including Pear modules
    By neo1001 in forum cPanel & WHM Discussions
    Replies: 0
    Last Post: 09-17-2007, 07:01 AM
  5. PHP PEAR install
    By wadearnold in forum cPanel & WHM Discussions
    Replies: 3
    Last Post: 05-16-2005, 10:47 AM