[horde] pear.nrk.io and msgpack
Admin Beckspaced
admin at beckspaced.com
Sat Jun 11 05:35:31 UTC 2016
Am 10.06.2016 um 20:59 schrieb Mauricio Jose T. Tecles:
> I doing a pear Horde test installation on Debian 8.5 (Jessie) (PHP
> 5.6.20). Foolowing instructions, after
>
> pear install -a -B horde/horde
>
> I can see some "complains":
>
> Unknown remote channel: pear.nrk.io and
>
> Failed to download pecl/msgpack within preferred state "stable",
> latest release is version 2.0.1, stability "beta", use
> channel://pecl.php.net/msgpack-2.0.1" to install
>
> I have tried to install msgpack-2.0.1 but it seems to require PHP 7:
>
> pecl upgrade -a -B channel://pecl.php.net/msgpack-2.0.1
> pecl/msgpack requires PHP (version >= 7.0.0), installed version is
> 5.6.20-0+deb8u1
> No valid packages found upgrade failed
>
> What should I do? Should I add channel: pear.nrk.io? What about msgpack?
>
> Mauricio
>
>
>
> Maurício José T. Tecles
> Instituto de Biofísica Carlos Chagas Filho/UFRJ
> Av. Carlos Chagas Filho, 373
> Núcleo de Informática
> CCS, Bloco G, sala G1-006
> Cidade Universitária - Ilha do Fundão
> 21941-902, Rio de Janeiro - RJ
>
> mtecles at biof.ufrj.br
> Tel.: (21) 3938-6526 ou 3938-6544
>
hello mauricio,
in the past i had a similar problem. your command pear install -a -B
horde/horde will try to install horde with ALL optional dependencies.
this means ALL optional dependencies!
i then switched to the required dependencies only and the install went fine.
By default, only the required dependencies will be installed:
pear install horde/horde
more in the install docs:
https://www.horde.org/apps/horde/docs/INSTALL#id4
hope this helps?
greetings
becki
More information about the horde
mailing list