Summary | Install docs slightly wrong |
Queue | Horde Base |
Queue Version | FRAMEWORK_3 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | chuck (at) horde (dot) org |
Requester | clark.coffman (at) sendit (dot) nodak (dot) edu |
Created | 04/10/2008 (6309 days ago) |
Due | |
Updated | 04/10/2008 (6309 days ago) |
Assigned | |
Resolved | 04/10/2008 (6309 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Assigned to Chuck Hagenbuch
State ⇒ Resolved
pecl channel. Using the pecl command is simpler to document. Thanks!
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Install docs slightly wrong
Queue ⇒ Horde Base
Milestone ⇒
Patch ⇒ No
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.