[#6592] Install docs slightly wrong
Summary Install docs slightly wrong
Queue Horde Base
Queue Version FRAMEWORK_3
Type Bug
State Resolved
Priority 1. Low
Owners Chuck Hagenbuch <chuck (at) horde (dot) org>
Requester clark (dot) coffman (at) sendit (dot) nodak (dot) edu
Created 04/10/2008 (85 days ago)
Due
Updated 04/10/2008 (85 days ago)
Assigned
Resolved 04/10/2008 (85 days ago)
Attachments
Milestone
Patch No

History
04/10/2008 Chuck Hagenbuch Comment #2
State ⇒ Resolved
Assigned to Chuck Hagenbuch
Reply to this comment
You can do it with the PEAR command, but it requires specifying the 
pecl channel. Using the pecl command is simpler to document. Thanks!
04/10/2008 clark (dot) coffman (at) sendit (dot) nodak (dot) edu Comment #1
Patch ⇒
Milestone ⇒
Queue ⇒ Horde Base
Summary ⇒ Install docs slightly wrong
Type ⇒ Bug
Priority ⇒ 1. Low
State ⇒ Unconfirmed
Reply to this comment
I'm reading the horde/docs/INSTALL document from a cvs checkout and 
noticed that when it references pecl modules to install in the 
examples it uses the command pear instead of pecl:

An example:

4. Additional PECL Modules
....
To install, enter the following at the command prompt::
   pear install fileinfo

If I'm not mistaken this should read: pecl install fileinfo

This is repeated for all the pecl install examples. I did try to use 
the command pear just in case I didn't know something but it failed. 
When I substituted pecl for pear I got the files described in the 
documentation.

Hope this note helps.