Summary | pear install fatal error |
Queue | Horde Base |
Queue Version | 4.0 |
Type | Bug |
State | Not A Bug |
Priority | 1. Low |
Owners | |
Requester | le.ben.smith (at) gmail (dot) com |
Created | 04/20/2011 (5207 days ago) |
Due | |
Updated | 04/28/2011 (5199 days ago) |
Assigned | |
Resolved | 04/20/2011 (5207 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
I found that it's an intermittent problem and I've put a bug on PEAR
for it. It looks like the problem might be happening when the pear
installer has trouble connecting to the install server. I don't know
much about how the pear install mechanism works, so that's just a hunch.
State ⇒ Not A Bug
Priority ⇒ 1. Low
doesn't help, report a bug to PEAR.
Priority ⇒ 3. High
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Base
Summary ⇒ pear install fatal error
Type ⇒ Bug
State ⇒ Unconfirmed
4 final release announcement.
As described I ran:
pear channel-discover pear.horde.org
pear install horde/horde_role
pear run-scripts horde/horde_role
When prompted, I entered /var/www/html/horde.
pear install horde/horde
After the install command I get:
Package "pear.horde.org/horde" dependency
"pear.horde.org/Horde_Autoloader" has no releases
Package "pear.horde.org/horde" dependency "pear.horde.org/Horde_Util"
has no releases
Did not download optional dependencies: horde/Horde_ActiveSync,
horde/Horde_DataTree, horde/Horde_Db, horde/Horde_Feed,
horde/Horde_Oauth, horde/Horde_Service_Facebook,
horde/Horde_Service_Twitter, horde/Horde_SyncMl,
pear/Services_Weather, pear/SOAP, use --alldeps to download
automatically
PHP Fatal error: Cannot use object of type PEAR_Error as array in
/usr/share/pear/PEAR/REST/10.php on line 295
I've tried the install command both with an horde 3 directory at
/var/www/html/horde (hoping for an upgrade) and with no
/var/www/html/horde directory.
I sure miss that old-fashioned tar file install...