[imp] Horde webmail install - 'webmail-install not installing'

Simon B simon.buongiorno at gmail.com
Mon Dec 30 10:12:32 UTC 2013


On 27 December 2013 19:06, Barry Haycock <barryh at flappingfish.net> wrote:
>
>
> Hi,
>
> I have been trying to install horde webmail using the instructions located at 'http://www.horde.org/apps/webmail/docs/INSTALL#installing-with-pear'
>
> all appears to go OK until i run
>
> horde install -a -B horde/webmail
>
> I the following output
>
> # pear install -a -B horde/webmail
> WARNING: "pear/Console_Getopt" is deprecated in favor of "pear/Console_GetoptPlus"
> Failed to download pear/Text_CAPTCHA within preferred state "stable", latest release is version 0.5.0, stability "beta", use "channel://pear.php.net/Text_CAPTCHA-0.5.0" to install

SNIP

>
> then the software packages start to download.
>
> once that happens the documentation states to run webmail-install.

On the URL http://www.horde.org/apps/webmail/docs/INSTALL#installing-with-pear
I see no mention of running webmail-install

The following step should be:

pear install horde/webmail

What is the output of that command?


> I cannot find this on my system, I have used 'locate webmail-install' as well as using find and in the docs it states that I can run
>
> pear config-get bin_dirbut looking through the directory that this returns shows there is no file called webmail-install.I then uninstall the previous install using pear uninstall `pear list -c horde | tail -n +4 | awk '{ print "horde/"$1 }'`and try again with no joy.when I run 'pear run-scripts horde/horde_role' I am asked for a 'location for the base Horde Application.I enter the dir /var/www/html/horde' but looking in here after the install doesn't show a horde instance.I have previously setup horde/imp when it was distributed by tarball. But this pear install has me stumpped.I have been trying to install this on/off for the last couple of months with no luck.My OS is Centos 6.5
>
> --
>
> Barry

Really, installing horde with pear is easy (although, why you'd want
the webmail package and not the individual packages, I have no idea).

pear channel-discover pear.horde.org
pear install horde/horde_role
pear run-scripts horde/horde_role
pear install -a -B horde/webmail
pear install horde/webmail

That should be all you need.

Simon


More information about the imp mailing list