| 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 |
State ⇒ Resolved
Assigned to Chuck Hagenbuch
pecl channel. Using the pecl command is simpler to document. Thanks!
Patch ⇒
Milestone ⇒
Queue ⇒ Horde Base
Summary ⇒ Install docs slightly wrong
Type ⇒ Bug
Priority ⇒ 1. Low
State ⇒ Unconfirmed
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.