AlmaLinux 9, LAMP up-to-date.
Acouple of weeks ago I tried to install Horde webmail but I gave up after “install failed”.
That time I followed pre requisites ++.
Now I am trying it again. I created a virtual server mail.domain.com
I simply followed Quick Install.
I have installed php 8.0 from scratch and some days ago php 7.4.
For mail.domain.com I selected php 7.4
Running pear install -a -B horde/horde
I get a very long list of warnings and requirements. It starts with
WARNING: “pear/Console_Getopt” is deprecated in favor of “pear/Console_GetoptPlus”
and other deprectations I don’t know how to update.
Continues a long list of modules that require lower versions of php.
For example:
horde/Horde_Core requires PHP (version >= 5.3.0, version <= 8.0.0alpha1, excluded versions: 8.0.0alpha1), installed version is 8.0.27
I don’t know how to tell Horde install to use php 7.4.
A lot of other are like
horde/Horde_Log requires package “horde/Horde_Exception” (version >= 2.0.0, version <= 3.0.0alpha1, excluded versions: 3.0.0alpha1)
And finally
pecl/mongo requires PHP (version >= 5.3.0, version <= 5.99.99), installed version is 8.0.27
horde/Horde_Thrift requires PHP (version >= 5.3.0, version <= 8.0.0alpha1, excluded versions: 8.0.0alpha1), installed version is 8.0.27
No valid packages found
install failed